(el, isOLED, oledCanvasOk)
| 588 | } |
| 589 | |
| 590 | function elementShowsRotationHandle(el, isOLED, oledCanvasOk) { |
| 591 | if (el.type === "line") return false; |
| 592 | if (isOLED && oledCanvasOk) return el.type === "image" || el.type === "icon"; |
| 593 | return true; |
| 594 | } |
| 595 | |
| 596 | function applyPreviewElementTransform(div, el, isSelected) { |
| 597 | const rot = Number(el.rotation) || 0; |