Cleaning frontend/Cargo.toml

This commit is contained in:
Greg Burri 2025-05-05 12:15:26 +02:00
parent 424bb7f3a1
commit d86c8ab6fe
3 changed files with 16 additions and 163 deletions

View file

@ -116,8 +116,6 @@ pub fn setup(
EventListener::new(&days, "click", move |event| {
let target: Element = event.target().unwrap().dyn_into().unwrap();
// gloo::console::log!(event); // TODO: Remove.
if target.class_name() == "number" && options.can_select_date {
let first_day = first_grid_day(
state_clone.get_displayed_date(),