We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5df5e commit 52977fbCopy full SHA for 52977fb
crates/egui-term/src/display/mod.rs
@@ -193,7 +193,6 @@ impl TerminalView<'_> {
193
if let Ok(data) = self.term_ctx.clipboard.get_contents() {
194
self.term_ctx.write_data(data.into_bytes());
195
self.term_ctx.terminal.selection = None;
196
- ui.ctx().request_repaint();
197
}
198
ui.close();
199
0 commit comments