We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5048a3 commit c4aa1acCopy full SHA for c4aa1ac
webview/dom/dom.py
@@ -32,7 +32,7 @@ def create_element(
32
self,
33
html: str,
34
parent: Optional[Union[Element, str]] = None,
35
- mode=ManipulationMode.LastChild,
+ mode: ManipulationMode = ManipulationMode.LastChild,
36
) -> Element:
37
self.__window.events.loaded.wait()
38
0 commit comments