fatteneder / MakieSlides.jl

MIT License
17 stars 2 forks source link

Fa/layouting performance 2 #20

Closed fatteneder closed 2 years ago

fatteneder commented 2 years ago

Same as #19 but branched off from current main.

fatteneder commented 2 years ago

Somehow the FormattedList does not layout correctly in the MWE. Not sure why though, perhaps it fixes itself with #16

fatteneder commented 2 years ago

The layouting issue was because of the buffer holding the markdown elements not being emptied upon re-layouting.

Also rolled back the layouting logic, because it still works fine and is much closer to what Makie's Label does.