diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-13 18:53:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-13 18:59:14 +0800 |
commit | e4f487ed9002889d745dbc9770744f866e8749bb (patch) | |
tree | 2d0208e7dac544de5c63e5a0314bfdaeaa609ff1 /src/editor.mjs | |
parent | e8a94e5e43a306753b99615554e76a0815df090e (diff) |
chore: Remove button of fullscreen mode
Diffstat (limited to 'src/editor.mjs')
-rw-r--r-- | src/editor.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.mjs b/src/editor.mjs index bf59e47..7cb0525 100644 --- a/src/editor.mjs +++ b/src/editor.mjs | |||
@@ -77,7 +77,7 @@ const editor = new EasyMDE({ | |||
77 | navigator.clipboard.writeText(window.location.href) | 77 | navigator.clipboard.writeText(window.location.href) |
78 | alert('URL copied to clipboard') | 78 | alert('URL copied to clipboard') |
79 | }, | 79 | }, |
80 | }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table', '|', 'fullscreen' | 80 | }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table' |
81 | ], | 81 | ], |
82 | }); | 82 | }); |
83 | 83 | ||