This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
SingleFile
mirror of
https://github.com/gildas-lormeau/SingleFile
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
prevent event default
Gildas
5 năm trước cách đây
mục cha
a69e0d74b3
commit
bdcb0ffe8d
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
extension/ui/content/content-ui-editor-web.js
+ 1
- 0
extension/ui/content/content-ui-editor-web.js
Xem Tập Tin
@@ -1217,6 +1217,7 @@ table {
} else {
undoCutPage();
}
+ event.preventDefault();
}
}
}