From 77653a61c8aa014978ca80063d997e5ba3002df5 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Wed, 18 Jan 2017 22:26:48 -0800 Subject: [PATCH] Set action for LibraryImportDialog for enter to map to import --- gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.js b/gui.js index dc74a4c1..c427a565 100644 --- a/gui.js +++ b/gui.js @@ -6260,7 +6260,7 @@ LibraryImportDialogMorph.prototype.init = function (ide, librariesData) { LibraryImportDialogMorph.uber.init.call( this, this, // target - null, // function + this.importLibrary, // action null // environment );