mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Add focus function for modelview components (#8348)
* Add focus method for modelview components * Remove focus properties from table and radiobutton * Fix break
This commit is contained in:
@@ -125,6 +125,10 @@ export default class ButtonComponent extends ComponentWithIconBase implements IC
|
||||
this._changeRef.detectChanges();
|
||||
}
|
||||
|
||||
public focus(): void {
|
||||
this._button.focus();
|
||||
}
|
||||
|
||||
protected updateIcon() {
|
||||
if (this.iconPath) {
|
||||
if (!this._iconClass) {
|
||||
|
||||
Reference in New Issue
Block a user