Router WIP
This commit is contained in:
@@ -59,6 +59,8 @@ const viewListingDetails = ({ type, action }, component) => {
|
||||
imageIndex: 0,
|
||||
listing: action.listing
|
||||
}, () => {
|
||||
//window.history.pushState({}, '', `/listing/${action.id}`);
|
||||
component.router.update();
|
||||
markSeen(action.id);
|
||||
const m = component.findMarker(action.id);
|
||||
if (m) {
|
||||
|
||||
Reference in New Issue
Block a user