This commit is contained in:
@@ -514,7 +514,7 @@ export default {
|
||||
//this example does remove from the array and does update a plain mustache rendition of it on the page but doesn't update the select itself
|
||||
//whereas using the native javascript array splice function *does* update the select because vue wraps splice and other native methods specifically
|
||||
//so it can properly update the dom
|
||||
// window.$gz._.remove(vm.selectLists.listViews, function(n) {
|
||||
// window.$gz. _.remove(vm.selectLists.listViews, function(n) {
|
||||
// return n.id == -1;
|
||||
// });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user