We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb0eae commit a15b5c8Copy full SHA for a15b5c8
1 file changed
cefpython/cef3/linux/binaries_64bit/kivy_.py
@@ -593,6 +593,7 @@ def OnLoadingStateChange(self, browser, isLoading, canGoBack,
593
if self._reset_js_bindings and not isLoading:
594
if browserWidget:
595
browserWidget.set_js_bindings()
596
+ self._reset_js_bindings = False
597
if isLoading and browserWidget \
598
and browserWidget.keyboard_mode == "local":
599
# Release keyboard when navigating to a new page.
0 commit comments