mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
[v3] Update and fix runtime JS API (#3295)
* Cleanup bundled runtime entry point * Fix JS representation of Screen struct * Expose IsFocused method in Window interface * Update JS window API * Fix cleanup of WML listeners * Bundle runtime as ES module * Update runtime dependencies * Update runtime types and events * Update bundled runtime * Update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
co-authored by
Lea Anthony
parent
a5c843f5c6
commit
2b9891da2c
@@ -102,6 +102,10 @@ func (w Window) Hide() application.Window {
|
||||
return w
|
||||
}
|
||||
|
||||
func (w Window) IsFocused() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
func (w Window) IsFullscreen() bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user