()
| 13 | } |
| 14 | |
| 15 | override async apply(): Promise<void> { |
| 16 | const dialogAction = this.engine.action('Dialog'); |
| 17 | |
| 18 | if (dialogAction) { |
| 19 | dialogAction.reset({ keepNVL: true, saveNVL: true }); |
| 20 | } |
| 21 | } |
| 22 | |
| 23 | override async didApply(): Promise<ActionApplyResult> { |
| 24 | const textBox = this.engine.element().find('[data-component="text-box"]').get(0) as any; |