mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
forgot to remove comment
This commit is contained in:
parent
1a7a0fdf31
commit
e30c159226
@ -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
Block a user