SYNC: fixed test

This commit is contained in:
SPRINX0\prochazka
2025-02-24 13:26:32 +01:00
committed by Diflow
parent bdd9dc8c9d
commit d79f82e9b8
7 changed files with 61 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
}
</script>
<div on:drop bind:this={domDiv} class:hideContent><slot /></div>
<div on:drop bind:this={domDiv} class:hideContent data-testid={$$props['data-testid']}><slot /></div>
<style>
div {