We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4129d commit 72b1543Copy full SHA for 72b1543
packages/core/src/canvas/canvas.ts
@@ -3279,7 +3279,7 @@ export class Canvas {
3279
if (this.dragRect) {
3280
return;
3281
}
3282
- this.store.hoverContainer = undefined;
+ // this.store.hoverContainer = undefined;
3283
const containerPens:Pen[] = this.store.data.pens.filter((pen)=>pen.container||this.store.options.containerShapes?.includes(pen.name));
3284
if(containerPens.length){
3285
for(let i=containerPens.length-1;i>=0;--i){
0 commit comments