From 15e0c0a235a5cc97d4eb98d2b493ac5fcce76a76 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 20 Oct 2014 17:55:12 -0700 Subject: [PATCH] =?UTF-8?q?Capture=20=E2=8C=98-S=20even=20in=20input=20fie?= =?UTF-8?q?lds=20(fixes=20#2409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/id/ui/save.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/save.js b/js/id/ui/save.js index 926a0e60d..d47ac18e8 100644 --- a/js/id/ui/save.js +++ b/js/id/ui/save.js @@ -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);