mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-02 23:27:00 +02:00
fix early return from renderScene (#815)
This commit is contained in:
@@ -169,8 +169,6 @@ export function renderScene(
|
|||||||
});
|
});
|
||||||
resetZoom(context);
|
resetZoom(context);
|
||||||
}
|
}
|
||||||
|
|
||||||
return visibleElements.length > 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Paint scrollbars
|
// Paint scrollbars
|
||||||
|
Reference in New Issue
Block a user