@@ -9661,7 +9661,14 @@ define(['exports', 'axios', 'qs', 'lodash', 'jquery', 'recast', 'lay-excel', 'xl
win.close();
}
- ]
+ ],
+ keyMapEnabled: true,
+ keyMap: {
+ ENTER: function () {
+ resolve();
+ win.close();
+ }
};
if (scope === null || scope === void 0 ? void 0 : scope._handle) {
config.constrain = true;