Commit 7549a85b by Яков

update

parent a4f19178
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.15", "version": "1.1.16",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -56,8 +56,8 @@ const Audio = Node.create({ ...@@ -56,8 +56,8 @@ const Audio = Node.create({
font-size: 12px; font-size: 12px;
line-height: 1; line-height: 1;
cursor: pointer; cursor: pointer;
padding: '0px 0px 2px 0px'; padding: 0px 0px 2px 0px;
color: '#ff4d4f'; color: #ff4d4f;
` `
closeBtn.addEventListener('click', function () { closeBtn.addEventListener('click', function () {
const pos = editor.view.posAtDOM(container, 0) const pos = editor.view.posAtDOM(container, 0)
......
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