Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
07fc21ee
Commit
07fc21ee
authored
Apr 17, 2026
by
Яков
Browse files
update emoji
parent
a9e9e7d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
07fc21ee
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.3
8
"
,
"version"
:
"1.1.3
9
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/components/EmojiPicker.js
View file @
07fc21ee
...
@@ -262,17 +262,17 @@ const EmojiPicker = ({ editor }) => {
...
@@ -262,17 +262,17 @@ const EmojiPicker = ({ editor }) => {
event
.
stopPropagation
()
event
.
stopPropagation
()
}}
}}
>
>
<
div
className
=
'
atma-editor-emoji-popover-search
'
>
{
/*
<div className='atma-editor-emoji-popover-search'>
*/
}
<
input
{
/*
<input
*/
}
value
=
{
searchValue
}
{
/*
value={searchValue}
*/
}
type
=
'
text
'
{
/*
type='text'
*/
}
placeholder
=
'
Поиск эмодзи
'
{
/*
placeholder='Поиск эмодзи'
*/
}
className
=
'
atma-editor-emoji-search
'
{
/*
className='atma-editor-emoji-search'
*/
}
onChange
=
{(
event
)
=>
{
{
/*
onChange={(event) => {
*/
}
setSearchValue
(
event
.
target
.
value
)
{
/*
setSearchValue(event.target.value)
*/
}
}}
{
/*
}}
*/
}
/
>
{
/*
/>
*/
}
<
/div
>
{
/*
</div>
*/
}
<
div
className
=
'
atma-editor-emoji-popover-tabs
'
>
<
div
className
=
'
atma-editor-emoji-popover-tabs
'
>
{
tabs
.
map
((
category
)
=>
(
{
tabs
.
map
((
category
)
=>
(
<
button
<
button
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment