Introduce Shapelock (#480)

* Introduce shape lock

* Format code with prettier

* Do not reset elementLocked on selection change

* Don't set isSelected to true if element is locked

* Don't reset the cursor

* Move reset cursor call to better spot

* Run prettier + lint
This commit is contained in:
Jilles Soeters 2020-01-20 15:52:19 -08:00 committed by Christopher Chedeau
parent 2340dddaad
commit a72a143c84
5 changed files with 86 additions and 9 deletions

View file

@ -43,7 +43,8 @@
}
}
.ToolIcon_type_radio {
.ToolIcon_type_radio,
.ToolIcon_type_checkbox {
position: absolute;
opacity: 0;