ensure falsey values are set to null for images (#1891)

* ensure falsey values are set to null for images

* cleanup
This commit is contained in:
pngwn 2022-07-26 14:26:00 -04:00 committed by GitHub
parent ef15a92ffa
commit f4552a2264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@
$: value, dispatch("change");
let dragging: boolean;
$: value = !value ? null : value;
</script>
<Block