fix
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
<template>
|
||||
<div class="omfetrab" :class="['s' + size, 'w' + width, 'h' + height, { asDrawer }]" :style="{ maxHeight: maxHeight ? maxHeight + 'px' : undefined }">
|
||||
<input ref="search" v-model.trim="q" class="search" data-prevent-emoji-insert :class="{ filled: q != null && q != '' }" :placeholder="i18n.ts.search" type="search" @paste.stop="paste" @keyup.enter="done()">
|
||||
<MkSwitch class="_formBlock" v-model="withRenote">renote
|
||||
</MkSwitch>
|
||||
<MkSwitch v-model="withRenote">{{ i18n.ts.reactWithRenote }}</MkSwitch>
|
||||
<div ref="emojis" class="emojis">
|
||||
<section class="result">
|
||||
<div v-if="searchResultCustom.length > 0" class="body">
|
||||
|
Reference in New Issue
Block a user