mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-26 20:29:40 +00:00
chore: remove useless code (#2643)
This commit is contained in:
parent
9108e8cfab
commit
1020f98756
@ -232,12 +232,8 @@ export class PanelView extends Component<{
|
||||
this.lastVisible = currentVisible;
|
||||
if (this.lastVisible) {
|
||||
panel.skeleton.postEvent(SkeletonEvents.PANEL_SHOW, panel.name, panel);
|
||||
// FIXME! remove this line
|
||||
panel.skeleton.postEvent('leftPanel.show' as any, panel.name, panel);
|
||||
} else {
|
||||
panel.skeleton.postEvent(SkeletonEvents.PANEL_HIDE, panel.name, panel);
|
||||
// FIXME! remove this line
|
||||
panel.skeleton.postEvent('leftPanel.hide' as any, panel.name, panel);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user