mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(examples/parent-window): fix typo in import (#9816)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user