Update article.md
This commit is contained in:
parent
162280b6d2
commit
14cd9ec89e
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ For instance, here the nested `menu-open` event is processed synchronously, duri
|
||||||
|
|
||||||
document.addEventListener('menu-open', () => alert('nested'));
|
document.addEventListener('menu-open', () => alert('nested'));
|
||||||
</script>
|
</script>
|
||||||
```
|
```
|
||||||
|
|
||||||
The output order is: 1 -> nested -> 2.
|
The output order is: 1 -> nested -> 2.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue