Skip to content

Commit

Permalink
remove the getter which is completely unused
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Apr 10, 2024
1 parent 0b26090 commit 4d421a2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ export default class Panel extends Component<Signature> {
registerDestructor(this, this.unregisterPanel);
}

get panelElId() {
return this.args.resizablePanelElId(this.id);
}

@action
registerPanel() {
if (this.id == undefined) {
Expand Down

0 comments on commit 4d421a2

Please sign in to comment.