Commit 07fc21ee authored by Яков's avatar Яков
Browse files

update emoji

parent a9e9e7d7
{
"name": "react-ag-qeditor",
"version": "1.1.38",
"version": "1.1.39",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -262,17 +262,17 @@ const EmojiPicker = ({ editor }) => {
event.stopPropagation()
}}
>
<div className='atma-editor-emoji-popover-search'>
<input
value={searchValue}
type='text'
placeholder='Поиск эмодзи'
className='atma-editor-emoji-search'
onChange={(event) => {
setSearchValue(event.target.value)
}}
/>
</div>
{/*<div className='atma-editor-emoji-popover-search'>*/}
{/* <input*/}
{/* value={searchValue}*/}
{/* type='text'*/}
{/* placeholder='Поиск эмодзи'*/}
{/* className='atma-editor-emoji-search'*/}
{/* onChange={(event) => {*/}
{/* setSearchValue(event.target.value)*/}
{/* }}*/}
{/* />*/}
{/*</div>*/}
<div className='atma-editor-emoji-popover-tabs'>
{tabs.map((category) => (
<button
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment