feat(column): add tooltip on remove column button

This commit is contained in:
Fernando López Guevara
2025-05-27 14:44:11 -03:00
parent ee85b754dd
commit 269ffee857

View File

@@ -194,6 +194,7 @@ impl<'a> NavTitle<'a> {
}
confirm_pressed
} else {
delete_button_resp.on_hover_text("Delete this column");
false
}
}