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
256b41e3
Commit
256b41e3
authored
Jul 13, 2021
by
dindigala
Browse files
Merge branch 'develop' into feature/
#312
-Notification
parents
afb88a9b
497ec855
Pipeline
#211945
passed with stages
in 3 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/annotations/annotations.vue
View file @
256b41e3
...
...
@@ -160,6 +160,10 @@ export default {
},
methods
:
{
activeTab
(
key
,
types
)
{
if
(
this
.
currentTab
===
key
)
{
return
;
}
this
.
currentTab
=
key
;
this
.
selectedAll
=
false
;
this
.
selectedNone
=
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