Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: clean
  • Loading branch information
antonreshetov committed Apr 12, 2022
commit 9870f6d1c267f3b174fb438b09c916199b592ff0
4 changes: 0 additions & 4 deletions src/renderer/components/editor/TheEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,6 @@ watch(
}
)

appStore.$subscribe(mutation => {
console.log(mutation)
})

window.addEventListener('resize', () => {
forceRefresh.value = Math.random()
})
Expand Down