Use loose equal in ComposedModal

Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
weaseldotro 2020-11-17 09:28:53 +02:00 committed by GitHub
commit c95e1fe994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@
}); });
function focus(element) { function focus(element) {
if(selectorPrimaryFocus === null) { if(selectorPrimaryFocus == null) {
return return
} }
const node = const node =