mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 17:27:58 +01:00
Fix Windows platform detection.
--HG-- extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
This commit is contained in:
@@ -54,7 +54,7 @@ const Editor = Module("editor", {
|
||||
},
|
||||
|
||||
pasteClipboard: function () {
|
||||
if (dactyl.has("Win32")) {
|
||||
if (dactyl.has("WINNT")) {
|
||||
this.executeCommand("cmd_paste");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user