(style: ImageStyle)
| 216 | } |
| 217 | |
| 218 | const changeStyle = (style: ImageStyle) => { |
| 219 | editor.setStyleImage(style, element) |
| 220 | } |
| 221 | |
| 222 | const changeRotate = (rotate: number) => { |
| 223 | if (Math.abs(rotate) === 360) { |
no outgoing calls
no test coverage detected
searching dependent graphs…