mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
fix: fix borderRect pickable
This commit is contained in:
parent
8f8ca1a27f
commit
82ff103800
@ -211,7 +211,8 @@ export function createFrameBorder(
|
||||
} else {
|
||||
const borderRect = createRect({
|
||||
fill: false,
|
||||
stroke: false
|
||||
stroke: false,
|
||||
pickable: false
|
||||
});
|
||||
borderRect.name = 'border-rect';
|
||||
group.addChild(borderRect);
|
||||
|
Loading…
Reference in New Issue
Block a user