This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
SingleFile
mirror of
https://github.com/gildas-lormeau/SingleFile
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
prevent event default
Gildas
5 years ago
parent
a69e0d74b3
commit
bdcb0ffe8d
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
extension/ui/content/content-ui-editor-web.js
+ 1
- 0
extension/ui/content/content-ui-editor-web.js
View File
@@ -1217,6 +1217,7 @@ table {
} else {
undoCutPage();
}
+ event.preventDefault();
}
}
}