Skip to content

Commit

Permalink
[_]
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Dec 14, 2023
1 parent eefa0f7 commit 37e4fde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sui/core/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func (page *Page) EditorRender() (*ResponseEditorRender, error) {

// Block save event
jsCode := `
console.log("hello ifrme")
document.addEventListener('keydown', function (event) {
const isCtrlOrCmdPressed = event.ctrlKey || event.metaKey;
const isSPressed = event.key === 's';
Expand Down

0 comments on commit 37e4fde

Please sign in to comment.