Skip to content

Commit

Permalink
Calling updateVisibleDataList on inputData update (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater authored Sep 21, 2022
1 parent c4722c9 commit b722435
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/renderer/components/ft-input/ft-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ export default Vue.extend({
if (val !== oldVal) {
this.updateVisibleDataList()
}
},
inputData(val, oldVal) {
if (val !== oldVal) {
this.updateVisibleDataList()
}
}
},
mounted: function () {
Expand Down

0 comments on commit b722435

Please sign in to comment.