mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Use loose equal in ComposedModal
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
b754e0cf79
commit
c95e1fe994
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
});
|
||||
|
||||
function focus(element) {
|
||||
if(selectorPrimaryFocus === null) {
|
||||
if(selectorPrimaryFocus == null) {
|
||||
return
|
||||
}
|
||||
const node =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue