Skip to content

Commit eedbdd0

Browse files
committed
fix: editable text would sometimes hide other options of the UI
1 parent b4fe63b commit eedbdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/safe/src/lib/components/editable-text/editable-text.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class SafeEditableTextComponent implements OnInit {
4343
this.formControl.setValue(this.text);
4444
}
4545
this.formControl.disable();
46+
this.formActiveEvent.next(this.formControl.enabled);
4647
});
4748
}
4849

0 commit comments

Comments
 (0)