Skip to content

Commit

Permalink
ignored type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sakithb committed Mar 26, 2024
1 parent ab640a1 commit 64d7863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/shell/PanelButton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ class PanelButton extends PanelMenu.Button {
}

private removeButtonControlIcon(options: ControlIconOptions) {
// @ts-expect-error typing error
const icon = this.buttonControls.get_child_at_index(options.menuProps.index);

if (icon != null) {
Expand Down

0 comments on commit 64d7863

Please sign in to comment.