You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
概要
ここの部分で if 文を使っているのは、
この target の下の要素のイベントが発火したとき、処理をしないようにしている。
これを、イベントのバブリング(イベントが上に上がる)を止めるようにして、
if 文をはずすようにしたい。
詳細
https://www.w3.org/TR/DOM-Level-3-Events/#event-flow
たぶん、event.stopPropagation でバブリングを止められる。
やること
The text was updated successfully, but these errors were encountered: