mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Check whether webview is destructed after Webview::Window::init
This commit is contained in:
@@ -703,6 +703,10 @@ postEvent: function(eventType, eventData) {
|
||||
}
|
||||
};)");
|
||||
|
||||
if (!_webview) {
|
||||
return false;
|
||||
}
|
||||
|
||||
setupProgressGeometry();
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user