Add explaining comment

Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
RMidhunSuresh 2021-06-30 14:44:27 +05:30
parent 41806b5e82
commit ad6122a5b6

View file

@ -162,6 +162,7 @@ export function stringifyPath(path) {
} }
break; break;
case "right-panel": case "right-panel":
// Ignore right-panel in url
continue; continue;
default: default:
urlPath += `/${segment.type}`; urlPath += `/${segment.type}`;