mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
fix early return from renderScene (#815)
This commit is contained in:
parent
4e3a2f9e3b
commit
4b8b9965c2
@ -169,8 +169,6 @@ export function renderScene(
|
||||
});
|
||||
resetZoom(context);
|
||||
}
|
||||
|
||||
return visibleElements.length > 0;
|
||||
}
|
||||
|
||||
// Paint scrollbars
|
||||
|
Loading…
Reference in New Issue
Block a user