Add basic context menu element
This commit is contained in:
parent
0f0b7090b8
commit
f638d4ce1d
9 changed files with 633 additions and 35 deletions
|
@ -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!()
|
||||
// }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue