Skip to content

Commit

Permalink
Поправил стили
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikMix committed May 14, 2024
1 parent 640757d commit 6665e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/modules/stores/NotesStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class NotesStore extends BaseStore<NotesStoreState> {
// TODO: синхронизация между девайсами (сверять id девайса / вебсокета)
// А нужна ли вообще проверка ? // Нужна, иначе курсор скачет // С кем ты разговариваешь?
if (data.username == AppUserStore.state.username) {
// return
return
}

if (data.type == "opened") {
Expand Down

0 comments on commit 6665e90

Please sign in to comment.