Skip to content

Commit

Permalink
[sigma] setSettings schedule a refresh
Browse files Browse the repository at this point in the history
setSettings & updateSettings should have the same behavior
  • Loading branch information
sim51 committed Apr 9, 2024
1 parent 708bfed commit eda0893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sigma/src/sigma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1632,7 +1632,7 @@ export default class Sigma<
this.settings[key] = value;
validateSettings(this.settings);
this.handleSettingsUpdate();
this.refresh();
this.scheduleRefresh();
return this;
}

Expand Down

0 comments on commit eda0893

Please sign in to comment.