mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
chore: remove useless code (#2643)
This commit is contained in:
parent
82f3a60729
commit
ddb690a875
@ -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