removed console log spam
This commit is contained in:
@@ -250,7 +250,7 @@ function drawingEventWorker() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function doHandleDrawingEvent(id, event) {
|
function doHandleDrawingEvent(id, event) {
|
||||||
console.log('drawing event', id, event)
|
// console.log('drawing event', id, event)
|
||||||
const shape = event === 'remove' ? null : chart.getShapeById(id);
|
const shape = event === 'remove' ? null : chart.getShapeById(id);
|
||||||
if (event === 'create') {
|
if (event === 'create') {
|
||||||
const co = useChartOrderStore();
|
const co = useChartOrderStore();
|
||||||
|
|||||||
Reference in New Issue
Block a user