feat: mouse enter focus

parent dd8e1404
<iframe #rdp [src]="trust(target)"></iframe>
<iframe #rdp [src]="trust(target)" (mouseenter)="active()"></iframe>
......@@ -57,4 +57,9 @@ export class ElementGuacamoleComponent implements OnInit {
NavList.List[this.index].connected = false;
}
active() {
this._logger.debug('focus');
this.el.nativeElement.focus();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment