fix: drag to clone text shapes

pull/9287/head
Konstantinos Kaloutas 2023-05-05 16:04:19 +03:00 committed by Gabriel Horner
parent ab2d9dd0ef
commit eee3862644
1 changed files with 0 additions and 2 deletions

View File

@ -166,8 +166,6 @@ export class TextShape extends TLTextShape<TextShapeProps> {
elm.select()
}
})
} else {
onEditingEnd?.()
}
}, [isEditing, onEditingEnd])