Prevent showing placeholder dot when placeholder is invisible
This commit is contained in:
parent
1b08e88c6f
commit
ef28b10def
|
@ -25,7 +25,7 @@
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if left != null}
|
{#if left != null && top != null && width && height}
|
||||||
<div
|
<div
|
||||||
class="overlay"
|
class="overlay"
|
||||||
style="left: {left}px; top: {top}px; width: {width}px; height: {height}px;"
|
style="left: {left}px; top: {top}px; width: {width}px; height: {height}px;"
|
||||||
|
|
Loading…
Reference in New Issue