bfg-common 1.3.465 → 1.3.467
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -162,11 +162,11 @@ wdi.Agent = $.spcExtend(wdi.EventObject.prototype, {
|
|
|
162
162
|
var clipboardPacket = this.clipboard.createGrab();
|
|
163
163
|
this.sendAgentPacket(clipboardPacket);
|
|
164
164
|
|
|
165
|
-
//TODO: CHECK Закомментировал т.к. паст делался дважды
|
|
166
|
-
var self = this;
|
|
167
|
-
setTimeout(function () {
|
|
168
|
-
|
|
169
|
-
}, this.DELAY_BETWEEN_GRAB_AND_CTRLV);
|
|
165
|
+
// TODO: CHECK Закомментировал т.к. паст делался дважды
|
|
166
|
+
// var self = this;
|
|
167
|
+
// setTimeout(function () {
|
|
168
|
+
// self.app.sendShortcut(wdi.keyShortcutsHandled.CTRLV);
|
|
169
|
+
// }, this.DELAY_BETWEEN_GRAB_AND_CTRLV);
|
|
170
170
|
},
|
|
171
171
|
|
|
172
172
|
disableClipboard: function () {
|