mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 20:21:19 +02:00
remove load action calls inside the editor
This commit is contained in:
@@ -69,9 +69,6 @@
|
||||
setTheme();
|
||||
attachEditorListeners();
|
||||
}
|
||||
|
||||
loadAction();
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -534,7 +534,6 @@
|
||||
}
|
||||
|
||||
}
|
||||
loadAction(true)
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
@@ -565,8 +565,6 @@
|
||||
}, 500)
|
||||
}
|
||||
}
|
||||
|
||||
loadAction(true)
|
||||
</script>
|
||||
|
||||
</html>
|
||||
@@ -70,7 +70,6 @@
|
||||
setTheme();
|
||||
attachEditorListeners();
|
||||
}
|
||||
loadAction();
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user