Merge pull request #2660 from grafixeyehero/Enable-history-dialog-hash
Fix browser history for dialog
This commit is contained in:
commit
01572df641
4 changed files with 19 additions and 10 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue