Skip to content

Commit

Permalink
修复deepin系统,无法复制的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdir700 committed May 21, 2020
1 parent 2a0e8ef commit 88ae360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codeVar/preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ var isWindows = function () {
};

function enter(text) {
clipboard.writeText(text, 'selection');
clipboard.writeText(text);
if(userAction.auto_shutdown === 1) {
utools.hideMainWindow();
}
Expand Down

0 comments on commit 88ae360

Please sign in to comment.