mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-20 16:13:46 +08:00
Skip refocus InputField::Inner if field unfocused.
I hope this fixes #26223.
This commit is contained in:
@@ -510,7 +510,7 @@ bool Panel::showWebview(
|
||||
}
|
||||
const auto allowBack = false;
|
||||
showWebviewProgress();
|
||||
_widget->destroyLayer();
|
||||
_widget->hideLayer(anim::type::instant);
|
||||
updateThemeParams(params);
|
||||
_webview->window.navigate(url);
|
||||
_widget->setBackAllowed(allowBack);
|
||||
|
||||
Reference in New Issue
Block a user