update components
This commit is contained in:
parent
7dbb1f7535
commit
b447272b19
26 changed files with 478 additions and 107 deletions
|
@ -23,11 +23,13 @@
|
|||
|
||||
function onBackCommand(e) {
|
||||
|
||||
inputManager.off(dlg, onBackCommand);
|
||||
if (e.detail.command == 'back') {
|
||||
inputManager.off(dlg, onBackCommand);
|
||||
|
||||
self.closedByBack = true;
|
||||
dlg.close();
|
||||
e.preventDefault();
|
||||
self.closedByBack = true;
|
||||
dlg.close();
|
||||
e.preventDefault();
|
||||
}
|
||||
}
|
||||
|
||||
function onDialogClosed() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue