mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 14:13:00 +08:00
[v2] Vanilla template fix (no drag)
This commit is contained in:
parent
185b7fed63
commit
2d03d355c2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user