mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix early return from renderScene (#815)
This commit is contained in:
parent
4e3a2f9e3b
commit
4b8b9965c2
1 changed files with 0 additions and 2 deletions
|
@ -169,8 +169,6 @@ export function renderScene(
|
||||||
});
|
});
|
||||||
resetZoom(context);
|
resetZoom(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
return visibleElements.length > 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Paint scrollbars
|
// Paint scrollbars
|
||||||
|
|
Loading…
Add table
Reference in a new issue