Skip to content

Commit

Permalink
Subscribing to setting change no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LlGC-jop committed Oct 22, 2024
1 parent edfee03 commit df50146
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ export class BaseExpandPanel<T extends ExpandPanel> extends BaseView<T> {

this.$top.hide();
this.$main.hide();

// Subscribe to settings change.
this.extensionHost.subscribe(
IIIFEvents.SETTINGS_CHANGE,
(args: ISettings) => {
//this.reducedAnimation = args.reducedAnimation || false;
}
);
}

init(): void {
Expand Down

0 comments on commit df50146

Please sign in to comment.