mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
refactor: run prettier on the whole codebase
This commit is contained in:
@@ -46,7 +46,7 @@ export const useEditor = (
|
||||
|
||||
if (!editor.current) {
|
||||
Object.defineProperty(editor, "current", {
|
||||
get: () => editorRef.current,
|
||||
get: () => editorRef.current
|
||||
});
|
||||
}
|
||||
// if (!editor.executor) {
|
||||
|
||||
Reference in New Issue
Block a user