Sam Degueldre

Results 45 issues of Sam Degueldre

In mobile, when there are too many action buttons in the control panel, they are put inside of a dropdown menu. Because view buttons call preventDefault on their click event,...

RD

Currently we mount blocks top-down (the parent is mounted in the document before its children), this can possibly cause layout thrashing and performance problems, and can cause some unintuitive behaviour...

This may allow us to skip tons of useless renders

example: ```xml `, alert("this will run"), ` ``` This is not a security issue as people with access to writing templates can already execute arbitrary code in a bunch of...