mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +00:00
GUACAMOLE-883: Allow guacTextInput directive to lose focus.
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
<div class="client-bottom">
|
||||
|
||||
<!-- Text input -->
|
||||
<div class="text-input-container" ng-class="{ open : showTextInput }">
|
||||
<guac-text-input needs-focus="showTextInput"></guac-text-input>
|
||||
<div class="text-input-container" ng-if="showTextInput">
|
||||
<guac-text-input></guac-text-input>
|
||||
</div>
|
||||
|
||||
<!-- On-screen keyboard -->
|
||||
<div class="keyboard-container" ng-class="{ open : showOSK }">
|
||||
<div class="keyboard-container" ng-if="showOSK">
|
||||
<guac-osk layout="'CLIENT.URL_OSK_LAYOUT' | translate"></guac-osk>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user