Sidebar.js typo #381

This commit is contained in:
kovacsv 2023-04-05 15:58:24 +02:00
parent 74337e9e76
commit aa701a4744

View File

@ -18,11 +18,6 @@ export class Sidebar
this.panelSet.ShowPanel (this.detailsPanel);
}
IsPanelsle ()
{
return this.panelSet.IsPanelsVisible ();
}
IsPanelsVisible ()
{
return this.panelSet.IsPanelsVisible ();