Clipboard: fix text always getting cleared to null in __update() when targeting html5
This commit is contained in:
@@ -53,6 +53,8 @@ class Clipboard
|
||||
{
|
||||
_text = FlashClipboard.generalClipboard.getData(TEXT_FORMAT);
|
||||
}
|
||||
#elseif (js || html5)
|
||||
_text = cacheText;
|
||||
#end
|
||||
__updated = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user