Fix some typescript bugs

- Don't default dialog width so the automatic calculations run
- Setting etemplate_exec_id after load doesn't work, moved to passing it in.  Fixes several file select issues
This commit is contained in:
nathangray
2020-04-09 14:26:57 -06:00
parent 0eb65b9efe
commit eda34d67b3
4 changed files with 139 additions and 136 deletions

View File

@ -769,7 +769,7 @@ var et2_dialog = /** @class */ (function (_super) {
name: "width",
type: "string",
description: "Define width of dialog, the default is auto",
"default": 'auto'
"default": et2_no_init
},
height: {
name: "height",