clear_variables

This commit is contained in:
Martin Kavík 2024-06-16 18:29:25 +02:00
parent 1312c30c72
commit de0f4d8750
6 changed files with 98 additions and 27 deletions

View file

@ -130,9 +130,8 @@ impl WaveformPanel {
)
.await;
let timescale = hierarchy.timescale();
// @TODO remove
zoon::println!("{timescale:?}");
// @TODO render timeline with time units
// let timescale = hierarchy.timescale();
// Note: Sync `timeline`'s type with the `Timeline` in `frontend/typescript/pixi_canvas/pixi_canvas.ts'
let timeline = serde_wasm_bindgen::to_value(&timeline).unwrap_throw();