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
ba436959
Commit
ba436959
authored
May 22, 2026
by
Яков
Browse files
update fix issue
parent
88e590d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
ba436959
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.6
0
"
,
"version"
:
"1.1.6
1
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/components/ToolBar.js
View file @
ba436959
...
@@ -356,6 +356,19 @@ const ToolBar = ({ editor, toolsLib = [], toolsOptions }) => {
...
@@ -356,6 +356,19 @@ const ToolBar = ({ editor, toolsLib = [], toolsOptions }) => {
return
(
return
(
<
div
className
=
"
atma-editor-toolbar
"
>
<
div
className
=
"
atma-editor-toolbar
"
>
{
getItems
()
}
{
getItems
()
}
<
a
href
=
"
https://info.atmaguru.online/books/rukovodstvo-administratora-atmaguru/page/redaktor-i-ego-funkcii
"
target
=
"
_blank
"
rel
=
"
noopener noreferrer
"
className
=
"
atma-editor-toolbar-info
"
title
=
"
Справка по редактору
"
>
<
svg
width
=
"
18
"
height
=
"
18
"
viewBox
=
"
0 0 18 18
"
fill
=
"
none
"
xmlns
=
"
http://www.w3.org/2000/svg
"
>
<
circle
cx
=
"
9
"
cy
=
"
9
"
r
=
"
8
"
stroke
=
"
currentColor
"
strokeWidth
=
"
1.5
"
/>
<
path
d
=
"
M9 8v5
"
stroke
=
"
currentColor
"
strokeWidth
=
"
1.5
"
strokeLinecap
=
"
round
"
/>
<
circle
cx
=
"
9
"
cy
=
"
5.5
"
r
=
"
0.75
"
fill
=
"
currentColor
"
/>
<
/svg
>
<
/a
>
<
/div
>
<
/div
>
)
)
}
}
...
...
src/index.scss
View file @
ba436959
...
@@ -266,7 +266,7 @@ body{
...
@@ -266,7 +266,7 @@ body{
box-shadow: 0 -3px 0 3px #ffffff;
box-shadow: 0 -3px 0 3px #ffffff;
padding: 6px;
padding: 6px;
z-index: 10;
z-index: 10;
grid-gap:
8.7
px;
grid-gap:
6
px;
&-g{
&-g{
display: flex;
display: flex;
...
@@ -290,6 +290,23 @@ body{
...
@@ -290,6 +290,23 @@ body{
align-self: center;
align-self: center;
}
}
&-info{
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
padding: 2px 4px;
color: #8c8c8c;
flex-shrink: 0;
align-self: center;
text-decoration: none;
border-radius: 4px;
transition: color 0.15s;
&:hover{
color: #1790FF;
}
}
&-s{
&-s{
$this: &;
$this: &;
position: relative;
position: relative;
...
...
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