feat: show channel id in channel info dialog
This commit is contained in:
@@ -45,4 +45,9 @@ export class TextInput extends UINode {
|
||||
this.inputElement.value = value;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
public setReadonly(readonly: boolean) {
|
||||
this.inputElement.readOnly = readonly;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user