Skip to content

Commit 72b1543

Browse files
committed
feat:getContainerHover
1 parent 5b4129d commit 72b1543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/canvas/canvas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ export class Canvas {
32793279
if (this.dragRect) {
32803280
return;
32813281
}
3282-
this.store.hoverContainer = undefined;
3282+
// this.store.hoverContainer = undefined;
32833283
const containerPens:Pen[] = this.store.data.pens.filter((pen)=>pen.container||this.store.options.containerShapes?.includes(pen.name));
32843284
if(containerPens.length){
32853285
for(let i=containerPens.length-1;i>=0;--i){

0 commit comments

Comments
 (0)