docs: fix custom-node example for safari

This commit is contained in:
Lehoczky Zoltán
2024-03-18 10:21:07 +01:00
committed by Braks
parent 9c96896027
commit b2d37e5a8c
3 changed files with 4 additions and 3 deletions
-1
View File
@@ -32,7 +32,6 @@ const edges = ref([
animated: true,
style: () => ({
stroke: colorSelectorData.value?.color,
filter: 'invert(100%)',
}),
},
])