mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-13 03:16:17 +02:00
fix web peer card tap (#9622)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
844b853074
commit
cde7620eda
3 changed files with 94 additions and 91 deletions
|
@ -475,7 +475,8 @@ class _AppState extends State<App> with WidgetsBindingObserver {
|
|||
: (context, child) {
|
||||
child = _keepScaleBuilder(context, child);
|
||||
child = botToastBuilder(context, child);
|
||||
if (isDesktop && desktopType == DesktopType.main) {
|
||||
if ((isDesktop && desktopType == DesktopType.main) ||
|
||||
isWebDesktop) {
|
||||
child = keyListenerBuilder(context, child);
|
||||
}
|
||||
if (isLinux) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue