mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 11:08:09 +01:00
Replace dactyl.has(OS) with util.isOS.
This commit is contained in:
@@ -60,7 +60,7 @@ const Editor = Module("editor", {
|
||||
},
|
||||
|
||||
pasteClipboard: function (clipboard, toStart) {
|
||||
if (dactyl.has("WINNT")) {
|
||||
if (util.isOS("WINNT")) {
|
||||
this.executeCommand("cmd_paste");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user