mirror of
https://github.com/calfmoon/node-factor.git
synced 2026-07-22 05:42:24 +00:00
fix: recalculate size when manual size is deleted
This commit is contained in:
parent
8ba7f85b55
commit
aa5f5cb5e5
1 changed files with 2 additions and 0 deletions
|
|
@ -159,7 +159,9 @@ export default class NodeFactorSettingTab extends PluginSettingTab {
|
|||
.onClick(async () => {
|
||||
this.plugin.settings.manual.remove(value);
|
||||
await this.plugin.saveSettings();
|
||||
|
||||
this.display();
|
||||
this.plugin.recalculateSize();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue