Merge pull request #2660 from grafixeyehero/Enable-history-dialog-hash

Fix browser history for dialog
This commit is contained in:
Bill Thornton 2021-07-30 23:05:50 -07:00 committed by GitHub
commit 01572df641
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 10 deletions

View file

@ -63,7 +63,8 @@ class GroupSelectionMenu {
items: menuItems,
positionTo: button,
resolveOnClick: true,
border: true
border: true,
enableHistory: false
};
actionsheet.show(menuOptions).then(function (id) {
@ -132,7 +133,8 @@ class GroupSelectionMenu {
items: menuItems,
positionTo: button,
resolveOnClick: true,
border: true
border: true,
enableHistory: false
};
actionsheet.show(menuOptions).then(function (id) {