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:
co-authored by
dwelle
Zsolt Viczian
parent
c2fce6d8c4
commit
327ed0e2d1
Vendored
+1
@@ -23,6 +23,7 @@ const elementBase: Omit<ExcalidrawElement, "type"> = {
|
||||
boundElements: null,
|
||||
updated: 1,
|
||||
link: null,
|
||||
locked: false,
|
||||
};
|
||||
|
||||
export const rectangleFixture: ExcalidrawElement = {
|
||||
|
||||
Reference in New Issue
Block a user