bugfix - 区段取消选中时ab端标识不消失
This commit is contained in:
parent
7d72c33ab2
commit
1385cae2ed
@ -253,7 +253,7 @@ export class SectionPointEditPlugin extends GraphicInteractionPlugin<Section> {
|
||||
onUnselected(g: DisplayObject): void {
|
||||
const section = g as Section;
|
||||
const lep = section.getAssistantAppend<SectionPolylineEditPlugin>(
|
||||
SectionPolylineEditPlugin.name
|
||||
SectionPolylineEditPlugin.Name
|
||||
);
|
||||
if (lep) {
|
||||
lep.hideAll();
|
||||
|
Loading…
Reference in New Issue
Block a user