mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 14:23:38 +02:00
Capture ⌘-S even in input fields (fixes #2409)
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ iD.ui.Save = function(context) {
|
||||
.text('0');
|
||||
|
||||
var keybinding = d3.keybinding('undo-redo')
|
||||
.on(key, save);
|
||||
.on(key, save, true);
|
||||
|
||||
d3.select(document)
|
||||
.call(keybinding);
|
||||
|
||||
Reference in New Issue
Block a user