mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-23 19:52:31 +03:00
fix(examples/parent-window): fix typo in import (#9816)
This commit is contained in:
parent
c4bacce2c2
commit
fe90a2925e
@ -14,7 +14,7 @@
|
||||
<div id="response"></div>
|
||||
|
||||
<script>
|
||||
const { WebviewWindow } = window.__TAURI_.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
Block a user