chore(examples/parent-window): fix import closes #9704 (#9705)

* chore(examples/parent-window): fix import

closes #9704

* lock file
This commit is contained in:
Amr Bashir 2024-05-08 19:06:07 +03:00 committed by GitHub
parent 82e1c75594
commit a813caf2e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 201 additions and 181 deletions

380
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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')