Add basic context menu element

This commit is contained in:
Kirill Bulatov 2023-11-16 14:32:37 +02:00
parent 0f0b7090b8
commit f638d4ce1d
9 changed files with 633 additions and 35 deletions

View file

@ -23,6 +23,7 @@
// TerminalSize,
// };
// use theme::ThemeSettings;
// use workspace::ElementId;
// use std::mem;
// use std::{fmt::Debug, ops::RangeInclusive};
@ -809,7 +810,7 @@
// });
// }
// fn element_id(&self) -> Option<workspace::ui::prelude::ElementId> {
// fn element_id(&self) -> Option<ElementId> {
// todo!()
// }