Skip to content

Commit 7bcf905

Browse files
author
NarrowsProjects
committed
feat: use replace history instead of pushHistory in FilteringModel
1 parent 7df8afe commit 7bcf905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/Filters/common/FilteringModel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ export class FilteringModel extends Observable {
134134
newParams.filter = this.normalized;
135135

136136
if (this._pageIdentifier === params.page) {
137-
this._router.go(buildUrl('?', newParams), false, true);
137+
this._router.go(buildUrl('?', newParams), true, true);
138138
}
139139

140140
this.notify();

0 commit comments

Comments
 (0)