You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I discovered a glitch when I set the cells to "Run on load", where there is actually a different element returned by document.getElementById, which (I found out via throttling network in devtools) is because the cell editor renders the actual html for a brief moment:
I guess it should render a <pre> with the content instead or something like that 🤔
After discovering the amazing starboard-wrap functionality, I did what any insane person would do, and crafted a starboard notebook demonstrating it 😁
https://starboard.gg/tennox/starboard-embed-n7dJkNY
But I discovered a glitch when I set the cells to "Run on load", where there is actually a different element returned by
document.getElementById
, which (I found out via throttling network in devtools) is because the cell editor renders the actual html for a brief moment:I guess it should render a
<pre>
with the content instead or something like that 🤔Workaround (using the last matching element) is shown here:
https://starboard.gg/tennox/starboard-embed-workaround-initial-load-nQvX9iF
The text was updated successfully, but these errors were encountered: