mirror of
https://github.com/r2r90/canvas-label.git
synced 2025-12-28 12:36:22 +00:00
wip: editable text working
This commit is contained in:
@@ -55,7 +55,7 @@ export const TransformableImage = ({
|
||||
y: e.target.y(),
|
||||
});
|
||||
}}
|
||||
onTransformEnd={(e) => {
|
||||
onTransformEnd={() => {
|
||||
const node = imageRef.current;
|
||||
if (!node) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user