mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix: web, reset cursor on disconn, back to main page (#9192)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -784,7 +784,7 @@ class InputModel {
|
||||
if (!isInputSourceFlutter) {
|
||||
bind.sessionEnterOrLeave(sessionId: sessionId, enter: enter);
|
||||
}
|
||||
if (enter) {
|
||||
if (!isWeb && enter) {
|
||||
bind.setCurSessionId(sessionId: sessionId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user