mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 16:29:58 +02:00
feat: Element locking (#4964)
Co-authored-by: dwelle <luzar.david@gmail.com> Co-authored-by: Zsolt Viczian <viczian.zsolt@gmail.com>
This commit is contained in:
@@ -91,5 +91,5 @@ export const getTextBindableContainerAtPosition = (
|
||||
break;
|
||||
}
|
||||
}
|
||||
return isTextBindableContainer(hitElement) ? hitElement : null;
|
||||
return isTextBindableContainer(hitElement, false) ? hitElement : null;
|
||||
};
|
||||
|
Reference in New Issue
Block a user