Skip to content

Commit

Permalink
feat(webview): add reparent API (#8939)
Browse files Browse the repository at this point in the history
* feat(webview): add reparent API

* fix build

* fix import

* remove cfg

* fix windows

* clone

* clone value

* ()
  • Loading branch information
lucasfernog authored Feb 22, 2024
1 parent b5eb647 commit fdcaf93
Show file tree
Hide file tree
Showing 13 changed files with 365 additions and 196 deletions.
8 changes: 8 additions & 0 deletions .changes/reparent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@tauri-apps/api": patch:feat
"tauri": patch:feat
"tauri-runtime": patch:feat
"tauri-runtime-wry": patch:feat
---

Added the `reparent` function to the webview API.
Loading

0 comments on commit fdcaf93

Please sign in to comment.