initial macos porting work
This commit is contained in:
@@ -107,6 +107,7 @@ fn log_platform_event(event: &PlatformEvent) {
|
||||
"clipboard text received"
|
||||
);
|
||||
}
|
||||
#[cfg(target_os = "linux")]
|
||||
PlatformEvent::PrimarySelectionText { window_id, text } => {
|
||||
tracing::debug!(
|
||||
event = "primary_selection_text",
|
||||
|
||||
Reference in New Issue
Block a user