forgot to remove comment
This commit is contained in:
parent
cab1557b90
commit
d96f9bbef0
|
@ -214,7 +214,6 @@ const align = () => {
|
|||
const onOpened = () => {
|
||||
emit('opened');
|
||||
|
||||
// content?.focus()
|
||||
// モーダルコンテンツにマウスボタンが押され、コンテンツ外でマウスボタンが離されたときにモーダルバックグラウンドクリックと判定させないためにマウスイベントを監視しフラグ管理する
|
||||
const el = content!.children[0];
|
||||
el.addEventListener('mousedown', ev => {
|
||||
|
|
Loading…
Reference in New Issue