mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-25 01:24:04 +01:00
Resolve KASM-2242 "Feature/ clipboard behavior"
This commit is contained in:
parent
fa22ed925f
commit
3c6226f03d
2
kasmweb
2
kasmweb
@ -1 +1 @@
|
||||
Subproject commit 9383783efd57245b91114cea85cf8cdab3433e0f
|
||||
Subproject commit df9c9d0d96acef17423c237fea9497850a6c1c17
|
@ -733,13 +733,6 @@ static void vncSelectionCallback(CallbackListPtr *callbacks,
|
||||
LOG_DEBUG("Selection owner change for %s",
|
||||
NameForAtom(info->selection->selection));
|
||||
|
||||
/*
|
||||
* If we're the previous owner of this selection, then we're also the
|
||||
* owner of _the other_ selection. Make sure we drop all ownerships so
|
||||
* we either own both selections or nonw.
|
||||
*/
|
||||
DeleteWindowFromAnySelections(pWindow);
|
||||
|
||||
if ((info->selection->selection != xaPRIMARY) &&
|
||||
(info->selection->selection != xaCLIPBOARD))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user