fix(label): make cell_label is selectable
This commit is contained in:
@@ -70,6 +70,8 @@ pub fn get_cell_data(list_item: &Object) -> (Frequency, Label) {
|
||||
.and_downcast::<Label>()
|
||||
.expect("The child has to be a `Label`.");
|
||||
|
||||
cell_label.set_selectable(true);
|
||||
|
||||
(cell_value, cell_label)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user