[v2] Vanilla template fix (no drag)

This commit is contained in:
Lea Anthony
2021-06-21 14:10:13 +10:00
parent 185b7fed63
commit 2d03d355c2

View File

@@ -6,8 +6,8 @@
<body data-wails-drag>
<div id="logo"></div>
<div id="input">
<input id="name" type="text"></input>
<div id="input" data-wails-no-drag>
<input id="name" type="text">
<button onclick="greet()">Greet</button>
</div>
<div id="result"></div>