mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Disable resize for text, arrow and multiple selection
This commit is contained in:
parent
79959cab34
commit
7ab0f26789
1 changed files with 0 additions and 1 deletions
|
@ -1157,7 +1157,6 @@ class App extends React.Component<{}, AppState> {
|
||||||
isResizingElements = true;
|
isResizingElements = true;
|
||||||
} else {
|
} else {
|
||||||
let hitElement = null;
|
let hitElement = null;
|
||||||
|
|
||||||
// We need to to hit testing from front (end of the array) to back (beginning of the array)
|
// We need to to hit testing from front (end of the array) to back (beginning of the array)
|
||||||
for (let i = elements.length - 1; i >= 0; --i) {
|
for (let i = elements.length - 1; i >= 0; --i) {
|
||||||
if (hitTest(elements[i], x, y)) {
|
if (hitTest(elements[i], x, y)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue