mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-136064 Copy/Paste from history not working properly
This commit is contained in:
@@ -290,5 +290,10 @@ public class CopyPasteManagerEx extends CopyPasteManager implements ClipboardOwn
|
||||
fireContentChanged(current, t);
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (notifyOthers) {
|
||||
setSystemClipboardContent(t);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user