Bugfixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
exports.__esModule = true;
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var simpleCommandHandler_1 = require("../simpleCommandHandler");
|
||||
module.exports = function (actionAPI) {
|
||||
actionAPI.handle(function (properties, status) {
|
||||
@@ -29,7 +29,7 @@ module.exports = function (actionAPI) {
|
||||
for (var i = 0; i < 25; i++) {
|
||||
numberField.values.push({ id: String(i), text: String(i) });
|
||||
}
|
||||
simpleCommandHandler_1.simpleCommandEditor(EditorAPI, properties, [
|
||||
(0, simpleCommandHandler_1.simpleCommandEditor)(EditorAPI, properties, [
|
||||
numberField
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user