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
bcb3e7d7
Commit
bcb3e7d7
authored
Jun 15, 2022
by
Рамис
Browse files
bug fix video
parent
670bcebc
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/ToolBar.js
View file @
bcb3e7d7
...
...
@@ -45,7 +45,7 @@ const ToolBar = ({ editor, toolsLib = [] }) => {
type
:
'
g
'
,
items
:
[
'
link
'
,
'
file
'
,
//
'file',
'
image
'
,
'
video
'
,
'
iframe
'
,
...
...
src/extensions/Video.js
View file @
bcb3e7d7
...
...
@@ -14,6 +14,9 @@ const Video = Node.create({
},
"
poster
"
:
{
default
:
null
},
"
controls
"
:
{
default
:
true
}
}
},
...
...
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