Skip to content

Commit a310a76

Browse files
committed
fix: clicking on pointer link resets skip
1 parent e3bf21d commit a310a76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,11 @@ class Browser extends DashboardView {
11661166
this.props.navigate(
11671167
generatePath(this.context, `browser/${className}?filters=${encodeURIComponent(filters)}`)
11681168
);
1169+
1170+
this.setState({
1171+
skip: 0,
1172+
});
1173+
11691174
}
11701175

11711176
handlePointerCmdClick({ className, id, field = 'objectId' }) {

0 commit comments

Comments
 (0)