refactor(core): change drag element detection to data attr, fixes #1656 (#1659)

This commit is contained in:
Lucas Fernandes Nogueira
2021-04-29 20:38:19 -03:00
committed by GitHub
parent df8bdcf063
commit 4f1e87f87b
5 changed files with 10 additions and 4 deletions

View File

@@ -80,7 +80,7 @@
</script>
<main>
<div class="flex row noselect just-around" style="margin=1em;">
<div class="flex row noselect just-around" style="margin=1em;" data-tauri-drag-region>
<img src="tauri.png" height="60" on:click={onLogoClick} alt="logo" />
<div>
<a class="dark-link" target="_blank" href="https://tauri.studio/en/docs/getting-started/intro">