mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: delay initial loading message & tweak design (#5049)
This commit is contained in:
parent
4348c55c31
commit
55ccd5b79b
4 changed files with 34 additions and 36 deletions
|
@ -492,7 +492,7 @@ const LayerUI = ({
|
|||
|
||||
const dialogs = (
|
||||
<>
|
||||
{appState.isLoading && <LoadingMessage />}
|
||||
{appState.isLoading && <LoadingMessage delay={250} />}
|
||||
{appState.errorMessage && (
|
||||
<ErrorDialog
|
||||
message={appState.errorMessage}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue