Skip to content

Commit

Permalink
Clear fliter on transition in/out of filters. Fixes: nasa/fprime#2476
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed Nov 25, 2024
1 parent 0d48a7f commit e0f365c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fprime_gds/flask/static/js/vue-support/fptable.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,15 @@ Vue.component("fp-table", {
*/
saveView: function() {
this.editing = false;
this.matching = "";
setTimeout(this.send, 10); // Force refresh when no data is available
},
/**
* Puts the user into view-edit mode. Thus allowing the user to set channels.
*/
editViews: function () {
this.editing = true;
this.matching = "";
setTimeout(this.send, 10); // Force refresh when no data is available
},
/**
Expand Down

0 comments on commit e0f365c

Please sign in to comment.