mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-10 03:27:05 +00:00
fix(properties): restore standalone window startup
This commit is contained in:
@@ -416,6 +416,11 @@ export const PropertiesWindowApp = () => {
|
||||
window.clearInterval(readyRetryTimer);
|
||||
readyRetryTimer = undefined;
|
||||
}
|
||||
} catch (error) {
|
||||
// Native visibility is established by the opener. Keep the
|
||||
// loading shell usable when the optional ready-state update is
|
||||
// delayed or rejected, and let the next snapshot retry it.
|
||||
setErrorMessage(errorText(error));
|
||||
} finally {
|
||||
revealInFlightRef.current = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user