From e4f487ed9002889d745dbc9770744f866e8749bb Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Fri, 13 Sep 2024 18:53:04 +0800 Subject: chore: Remove button of fullscreen mode --- src/editor.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editor.mjs') 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({ navigator.clipboard.writeText(window.location.href) alert('URL copied to clipboard') }, - }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table', '|', 'fullscreen' + }, 'undo', 'redo', '|', 'heading-1', 'heading-2', '|', 'link', 'image', '|', 'bold', 'italic', 'strikethrough', 'code', 'clean-block', '|', 'unordered-list', 'ordered-list', 'quote', 'table' ], }); -- cgit v1.2.3-70-g09d2