mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix typo in clipboard
This commit is contained in:
parent
4e57855004
commit
dc18fc45c3
@ -88,7 +88,7 @@ define(function(require, exports, module) {
|
||||
var getData = function(e) {
|
||||
data = full
|
||||
? e.clipboardData
|
||||
: handleClipboardData(nativeObject, type);
|
||||
: handleClipboardData(e.clipboardData, type);
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user