alex/overlay-mode: remove console.logs

This commit is contained in:
alex 2023-11-28 14:59:04 +00:00
parent c4ca2ba14b
commit 18314e7b3c
1 changed files with 0 additions and 2 deletions

View File

@ -208,10 +208,8 @@ export class LiveImageShapeUtil extends ShapeUtil<LiveImageShape> {
}} }}
onPointerDown={(e) => { onPointerDown={(e) => {
e.stopPropagation() e.stopPropagation()
console.log('pointerdowm', e)
}} }}
onClick={(e) => { onClick={(e) => {
console.log('click', e)
editor.updateShape<LiveImageShape>({ editor.updateShape<LiveImageShape>({
id: shape.id, id: shape.id,
type: 'live-image', type: 'live-image',