mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-22 01:37:04 +02:00
debug
This commit is contained in:
@@ -410,8 +410,9 @@ export const _renderScene = ({
|
||||
let i = 0;
|
||||
visibleElements.forEach((element) => {
|
||||
try {
|
||||
console.log(`element ${i++}: ${element} of ${visibleElements.length}`);
|
||||
console.log(`element ${++i}: ${element} of ${visibleElements.length}`);
|
||||
renderElement(element, rc, context, renderConfig, appState);
|
||||
console.log(`rendered`);
|
||||
// Getting the element using LinearElementEditor during collab mismatches version - being one head of visible elements due to
|
||||
// ShapeCache returns empty hence making sure that we get the
|
||||
// correct element from visible elements
|
||||
@@ -428,7 +429,7 @@ export const _renderScene = ({
|
||||
console.error(error);
|
||||
}
|
||||
});
|
||||
|
||||
console.log(`rendered all elements`);
|
||||
if (editingLinearElement) {
|
||||
renderLinearPointHandles(
|
||||
context,
|
||||
|
Reference in New Issue
Block a user