Fork me on GitHub
#hoplon
<
2016-11-19
>
alandipert03:11:12

@thedavidmeister wow, TIL. always had just assumed call order would be respected

thedavidmeister03:11:25

yeah, in JS you have to maintain your own explicit queues anywhere that race conditions might be undesirable ๐Ÿ˜‰

thedavidmeister12:11:56

anyone know any reason why a div being added in an if-tpl higher in the dom would make an input lose focus but not below?

thedavidmeister13:11:45

wrapping the if-tpl in another div seemed to mitigate the issue

flyboarder18:11:48

@thedavidmeister: it probably is caused by how the Dom determines what is part of the tree when removing the elements