Skip to content
Snippets Groups Projects
Commit 0d0a9f51 authored by chris's avatar chris
Browse files

selection fix

parent afc9c09d
No related branches found
No related tags found
1 merge request!260Editoria layout
...@@ -29,8 +29,7 @@ export default css` ...@@ -29,8 +29,7 @@ export default css`
h3 span::selection, h3 span::selection,
h4 span::selection, h4 span::selection,
code span::selection, code span::selection,
custom-tag-block::selection, figcaption span::selection {
custom-tag-inline::selection {
background-color: transparent; background-color: transparent;
} }
......
...@@ -81,7 +81,7 @@ const captionPlugin = key => ...@@ -81,7 +81,7 @@ const captionPlugin = key =>
); );
} }
return true; return false;
}, },
keyup(view, e) { keyup(view, e) {
// delete caption if figure is deleted // delete caption if figure is deleted
......
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