1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-25 20:18:31 +00:00

4.0.0-rc5.1

* Fixed: UI state not updating correctly for Blocked Terms that were created before the rc5 release.
This commit is contained in:
SirStendec 2018-07-14 15:06:00 -04:00
parent f15d3c1d4f
commit 205306fd48
3 changed files with 7 additions and 2 deletions

View file

@ -229,7 +229,7 @@ export default {
methods: {
edit() {
this.editing = true;
this.edit_data = deep_copy(this.term);
this.edit_data = Object.assign({remove: false}, deep_copy(this.term));
},
toggleRemove() {