clear_variables
This commit is contained in:
parent
1312c30c72
commit
de0f4d8750
6 changed files with 98 additions and 27 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Reference in a new issue