Skip to content

Commit

Permalink
style: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Sep 27, 2024
1 parent 85185db commit 07f34b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/fluent-editor/src/screenshot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export function Screenshot(this: Toolbar & ScreenShotOptionsInQuill) {
if (event.button === 2) {
document.removeEventListener('mousemove', drawRect)
document.removeEventListener('mousedown', toggleRect)
console.log('right')
document.addEventListener('contextmenu', removeContextmenu)
return
}
Expand Down

0 comments on commit 07f34b2

Please sign in to comment.