mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
#115 unselect on paging
This commit is contained in:
@@ -185,6 +185,13 @@ export default {
|
||||
beforeDestroy () {
|
||||
this.resizeObserver.unobserve(this.$refs.runResultPanel)
|
||||
},
|
||||
watch: {
|
||||
result () {
|
||||
this.defaultSelectedCell = null
|
||||
this.selectedCell = null
|
||||
this.selectedCellValue = ''
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
handleResize () {
|
||||
this.calculatePageSize()
|
||||
|
||||
Reference in New Issue
Block a user