GUACAMOLE-352: Prevent "input" event from clipboard integration from triggering keystrokes.

This commit is contained in:
Michael Jumper
2017-12-18 16:02:45 -08:00
parent 802fec9bfd
commit d8de3a77f2

View File

@@ -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