diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/Dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Dialog.js b/ui/Dialog.js index 85ff087..d200d08 100644 --- a/ui/Dialog.js +++ b/ui/Dialog.js @@ -30,8 +30,8 @@ module.exports = class Dialog extends FocusElement { } open() { - this.opened() this.oldSelectedElement = this.root.selectedElement + this.opened() this.visible = true this.root.select(this) this.fixLayout() |