Open Kryptos-FR opened 2 years ago
Hey team! Please add your planning poker estimate with ZenHub @guusw @sinkingsugar
There's already some wrapper code to retrieve the copied text to the clipboard but it has to be added to the rust context still. It's on the InputTranslator class
Copying/pasting from within the UI should interact with the system clipboard. Currently, only pasting from the clipboard seems to work.
Additional context In standard egui implementations, there is a specific "clipboard" feature. See:
copied_text
: https://github.com/emilk/egui/search?q=copied_text