Comment the v-body-scroll-lock usage in code

このコミットが含まれているのは:
tusooa 2023-06-29 11:40:33 -04:00
コミット bf5bd4235d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 42AEC43D48433C51
1個のファイルの変更6行の追加0行の削除

ファイルの表示

@ -12,6 +12,11 @@
<span
ref="header"
class="emoji-tabs"
<!--
Body scroll lock needs to be on every scrollable element on safari iOS.
Here we tell it to enable scrolling for this element.
See https://github.com/willmcpo/body-scroll-lock#vanilla-js
-->
v-body-scroll-lock="isInModal"
>
<span
@ -79,6 +84,7 @@
<DynamicScroller
ref="emoji-groups"
class="emoji-groups"
<!-- Enables scrolling for this element on safari iOS. See comments for header. -->
v-body-scroll-lock="isInModal"
:class="groupsScrolledClass"
:min-item-size="minItemSize"