log touchups
This commit is contained in:
@@ -223,7 +223,6 @@ function doHandleDrawingEvent(id, event) {
|
||||
invokeCallbacks(shapeCallbacks[id], 'onPoints', id, points)
|
||||
}
|
||||
} else if (event === 'properties_changed') {
|
||||
console.log('id in shapes', id in shapeCallbacks, id, shapeCallbacks)
|
||||
if (id in shapeCallbacks) {
|
||||
const props = shape.getProperties()
|
||||
// console.log('props', props)
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<template>
|
||||
{{JSON.stringify(lineA.props)}}
|
||||
<!-- todo extract builder-panel --> <!-- :builder="builder" color-tag="limit" -->
|
||||
<v-sheet dense :color="faintColor" class="d-flex align-content-stretch" style="overflow-y: hidden">
|
||||
<div :style="colorStyle" style="width:1em"> </div>
|
||||
|
||||
Reference in New Issue
Block a user