Remove commented field

This commit is contained in:
Nathan Sobo
2023-11-14 09:33:28 -07:00
parent 6abaacc457
commit e08f1690b3

View File

@@ -716,7 +716,6 @@ pub struct Interactivity<V> {
pub focusable: bool,
pub tracked_focus_handle: Option<FocusHandle>,
pub focus_listeners: FocusListeners<V>,
// pub scroll_offset: Point<Pixels>,
pub group: Option<SharedString>,
pub base_style: StyleRefinement,
pub focus_style: StyleRefinement,