diff --git a/web-ui/src/resources/elements/feature-list.ts b/web-ui/src/resources/elements/feature-list.ts index da67827..d547593 100644 --- a/web-ui/src/resources/elements/feature-list.ts +++ b/web-ui/src/resources/elements/feature-list.ts @@ -83,6 +83,10 @@ export class FeatureList { if (i != -1) { let oldValue = parent.children[index]; + if (oldValue == newValue) { + return; + } + parent.children.splice(index, 1, newValue); //this.entries.splice(i, 1, parent);