Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
0c12a55d
Commit
0c12a55d
authored
Aug 04, 2021
by
dindigala
Browse files
refactor: add icons to the start of annotation in text panel
parent
4384015f
Pipeline
#218143
passed with stages
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mixins/annotation.js
View file @
0c12a55d
...
...
@@ -96,7 +96,7 @@ export default {
if
(
ended
)
return
;
if
(
c
.
nodeName
===
'
SPAN
'
&&
c
.
getAttribute
(
'
data-annotation
'
))
{
if
(
c
.
nodeName
===
'
SPAN
'
&&
c
.
getAttribute
(
'
data-annotation
'
)
&&
started
)
{
c
.
classList
.
add
(
selector
);
}
...
...
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