Merge pull request #1627 from cycomachead/library-ok

Set action for LibraryImportDialog for enter to map to import
upd4.1
Jens Mönig 2017-01-20 11:05:38 +01:00 zatwierdzone przez GitHub
commit 190211578d
1 zmienionych plików z 1 dodań i 1 usunięć

2
gui.js
Wyświetl plik

@ -6266,7 +6266,7 @@ LibraryImportDialogMorph.prototype.init = function (ide, librariesData) {
LibraryImportDialogMorph.uber.init.call(
this,
this, // target
null, // function
this.importLibrary, // action
null // environment
);