5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 14:00:18 +08:00

[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>