mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 10:02:20 +00:00
Revert "try fix firefox v2 paste problem" (#12126)
This reverts commit 590ecc43ff.
This commit is contained in:
parent
d6ba063655
commit
46cd090f98
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@ class PlatformFFI {
|
|||
};
|
||||
context.callMethod('init');
|
||||
version = getByName('version');
|
||||
window.onContextMenu.listen((event) {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
context['onRegisteredEvent'] = (String message) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue