Fix lint
This commit is contained in:
parent
bf5bd4235d
commit
9fa0c05b35
|
@ -9,15 +9,15 @@
|
||||||
>
|
>
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
|
<!--
|
||||||
|
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
|
||||||
|
-->
|
||||||
<span
|
<span
|
||||||
ref="header"
|
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"
|
v-body-scroll-lock="isInModal"
|
||||||
|
class="emoji-tabs"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
v-for="group in filteredEmojiGroups"
|
v-for="group in filteredEmojiGroups"
|
||||||
|
@ -81,11 +81,11 @@
|
||||||
@input="$event.target.composing = false"
|
@input="$event.target.composing = false"
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Enables scrolling for this element on safari iOS. See comments for header. -->
|
||||||
<DynamicScroller
|
<DynamicScroller
|
||||||
ref="emoji-groups"
|
ref="emoji-groups"
|
||||||
class="emoji-groups"
|
|
||||||
<!-- Enables scrolling for this element on safari iOS. See comments for header. -->
|
|
||||||
v-body-scroll-lock="isInModal"
|
v-body-scroll-lock="isInModal"
|
||||||
|
class="emoji-groups"
|
||||||
:class="groupsScrolledClass"
|
:class="groupsScrolledClass"
|
||||||
:min-item-size="minItemSize"
|
:min-item-size="minItemSize"
|
||||||
:items="emojiItems"
|
:items="emojiItems"
|
||||||
|
|
Loading…
Reference in New Issue