minor bugfix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-01 23:58:50 +03:00
parent f6f6071edc
commit 4c7b0ceb6b

View File

@ -175,8 +175,10 @@ object.Constructor('BasePage', {
// arguments...
pwpath.joinArgs(
pwpath.relative(
this.path,
path),
this.path,
path)
// keep root path predictable...
|| '/',
pwpath.obj2args(args)))
// trigger handlers...
'__navigate__' in this