Skip to content

Commit

Permalink
fix: pause auto scroll when selecting a frame
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed May 14, 2024
1 parent 98d5bb7 commit 2c948a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Zniffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export default {
}
},
scrollBottom() {
if (this.scrollWrapper) {
if (this.scrollWrapper && !this.selectedFrame) {
this.scrollWrapper.scrollTo(0, this.scrollWrapper.scrollHeight)
}
},
Expand Down

0 comments on commit 2c948a5

Please sign in to comment.