Fix. Text clipboard is not working correctly (#7226)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
d7d7be9366
commit
09325fadaf
3 changed files with 7 additions and 13 deletions
|
|
@ -286,7 +286,7 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
if _set_disconnected_ok {
|
||||
Client::try_stop_clipboard(&self.handler.get_id());
|
||||
Client::try_stop_clipboard();
|
||||
}
|
||||
|
||||
#[cfg(any(target_os = "windows", target_os = "linux", target_os = "macos"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue