We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277160e commit 11b26f7Copy full SHA for 11b26f7
src/app/data.rs
@@ -317,7 +317,7 @@ impl Data {
317
}
318
319
pub(crate) fn row_heights(&self, text_height: f32) -> impl Iterator<Item = f32> {
320
- #[cfg(all(not(target_arch = "wasm32"),feature = "profiling"))]
+ #[cfg(all(not(target_arch = "wasm32"), feature = "profiling"))]
321
puffin::profile_scope!("calculate row heights");
322
// TODO 5: See if this is taking too long and cache value instead of recalculating each frame
323
self.rows_iter()
0 commit comments