Skip to content

Commit

Permalink
fix(examples/parent-window): fix typo in import (#9816)
Browse files Browse the repository at this point in the history
  • Loading branch information
rych-hysh committed May 19, 2024
1 parent c4bacce commit fe90a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/parent-window/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit fe90a29

Please sign in to comment.