lesismal / pmjs

Help To Build Single-Page App And Make Native Fastest!
MIT License
13 stars 1 forks source link

Cascade action not working #4

Closed centratelemedia closed 1 year ago

centratelemedia commented 1 year ago

for example, from main page #main_page to list_page then to edit_page:

//goto to list_page working window.location.href='#list_page'; then goto edit_page not working, actually edit_page is open but covered by list_page window.location.href='#edit_page';

centratelemedia commented 1 year ago

sorry, i forgot using $pm.select('edit_page');