Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenthoms committed Oct 23, 2024
1 parent d26329f commit 2d0f32b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class SettingDelegate<TValue> implements PublishSubscribe<SettingTopic, S

if (this._owner.fixupValue) {
this._value = this._owner.fixupValue(this._availableValues, this._value);
return;
}

if (Array.isArray(this._value)) {
Expand Down

0 comments on commit 2d0f32b

Please sign in to comment.