mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[windows] fix frameless resize
This commit is contained in:
@@ -633,6 +633,7 @@ func (w *WebviewWindow) HandleMessage(message string) {
|
||||
case message == "wails:runtime:ready":
|
||||
w.emit(events.Common.WindowRuntimeReady)
|
||||
w.runtimeLoaded = true
|
||||
w.SetResizable(!w.options.DisableResize)
|
||||
for _, js := range w.pendingJS {
|
||||
w.ExecJS("", js)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user