mirror of
https://github.com/danbulant/cushy
synced 2026-06-17 21:41:11 +00:00
Removed TODOs that are now issues
This commit is contained in:
parent
9aaf22c903
commit
2575deecf8
2 changed files with 0 additions and 2 deletions
|
|
@ -490,7 +490,6 @@ impl Widget for Button {
|
|||
_is_synthetic: bool,
|
||||
context: &mut EventContext<'_, '_>,
|
||||
) -> EventHandling {
|
||||
// TODO should this be handled at the window level?
|
||||
if input.text.as_deref() == Some(" ") && !context.modifiers().possible_shortcut() {
|
||||
let changed = match input.state {
|
||||
ElementState::Pressed => {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ pub struct Stack {
|
|||
pub gutter: Value<FlexibleDimension>,
|
||||
layout: GridLayout,
|
||||
layout_generation: Option<Generation>,
|
||||
// TODO Refactor synced_children into its own type.
|
||||
synced_children: Vec<MountedWidget>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue