clean up and add delete edges
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import { filters, removeNode } from "./stores.js";
|
||||
import { removeNode } from "./stores.js";
|
||||
|
||||
export let filter = {
|
||||
name: "",
|
||||
@ -9,10 +9,6 @@
|
||||
|
||||
let show = true;
|
||||
|
||||
function remove() {
|
||||
removeNode(filter.id);
|
||||
}
|
||||
|
||||
function reset() {
|
||||
for (let p of filter.params) {
|
||||
p.value = null;
|
||||
|
||||
Reference in New Issue
Block a user