Better text selection
This commit is contained in:
@@ -99,6 +99,14 @@ fn log_platform_event(event: &PlatformEvent) {
|
||||
"internal wake event received"
|
||||
);
|
||||
}
|
||||
PlatformEvent::ClipboardText { window_id, text } => {
|
||||
tracing::debug!(
|
||||
event = "clipboard_text",
|
||||
window_id = window_id.raw(),
|
||||
text,
|
||||
"clipboard text received"
|
||||
);
|
||||
}
|
||||
PlatformEvent::PrimarySelectionText { window_id, text } => {
|
||||
tracing::debug!(
|
||||
event = "primary_selection_text",
|
||||
|
||||
Reference in New Issue
Block a user