alex/overlay-mode: remove console.logs
This commit is contained in:
parent
c4ca2ba14b
commit
18314e7b3c
|
|
@ -208,10 +208,8 @@ export class LiveImageShapeUtil extends ShapeUtil<LiveImageShape> {
|
|||
}}
|
||||
onPointerDown={(e) => {
|
||||
e.stopPropagation()
|
||||
console.log('pointerdowm', e)
|
||||
}}
|
||||
onClick={(e) => {
|
||||
console.log('click', e)
|
||||
editor.updateShape<LiveImageShape>({
|
||||
id: shape.id,
|
||||
type: 'live-image',
|
||||
|
|
|
|||
Loading…
Reference in New Issue