mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-352: Prevent "input" event from clipboard integration from triggering keystrokes.
This commit is contained in:
@@ -89,6 +89,7 @@ angular.module('clipboard').factory('clipboardService', ['$injector',
|
||||
clipboardContent.addEventListener('cut', stopEventPropagation);
|
||||
clipboardContent.addEventListener('copy', stopEventPropagation);
|
||||
clipboardContent.addEventListener('paste', stopEventPropagation);
|
||||
clipboardContent.addEventListener('input', stopEventPropagation);
|
||||
|
||||
/**
|
||||
* A stack of past node selection ranges. A range convering the nodes
|
||||
|
Reference in New Issue
Block a user