mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 18:12:31 +03:00
d4b4a31d89
Avoid long lines when using `dom().set_inner_text` - rather split the long lines to 1024 chunks and insert them as individual `<div>` elements. # Important Notes I was testing the behavior on following program: ``` from Standard.Base import all import Standard.Base.Data.Statistics import Standard.Visualization main = number1 = 200000 operator1 = 0.up_to number1 . to_vector . map .noise operator2 = operator1.sort operator3 = operator2.to_text ``` before my change the visualization of `operator3` was blank. With my change it gets filled with data. |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |