mirror of https://github.com/tauri-apps/tauri
* chore(examples/parent-window): fix import closes #9704 * lock file
This commit is contained in:
parent
82e1c75594
commit
a813caf2e4
File diff suppressed because it is too large
Load Diff
|
@ -14,7 +14,7 @@
|
|||
<div id="response"></div>
|
||||
|
||||
<script>
|
||||
const WebviewWindow = window.__TAURI__.webview.WebviewWindow
|
||||
const { WebviewWindow } = window.__TAURI_.webviewWindow
|
||||
const thisTauriWindow = window.__TAURI__.window.getCurrent()
|
||||
const windowLabel = thisTauriWindow.label
|
||||
const windowLabelContainer = document.getElementById('window-label')
|
||||
|
|
Loading…
Reference in New Issue