Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
045281bd
Commit
045281bd
authored
May 17, 2016
by
Benjamin Fischer
Browse files
Vue: removed excessive use of .stop for v-on
parent
0e9724d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
vispa/static/html/index/dialog/footer.html
View file @
045281bd
<button
v-for=
"btn in buttons | orderBy 'pos'"
:class=
"'btn ' + (btn.class || 'btn-default')"
@
click.prevent
.stop
=
"btnClick(btn)"
@
click.prevent=
"btnClick(btn)"
v-el:buttons
>
<i
...
...
vispa/static/html/index/mainview/tab.html
View file @
045281bd
...
...
@@ -15,8 +15,8 @@
data-placement=
"bottom"
data-delay=
"500"
:title=
"labelFull"
@
click.
stop.
prevent=
"focus"
@
vmousedown
.stop
=
"hideTooltip"
@
click.prevent=
"focus"
@
vmousedown=
"hideTooltip"
@
mouseup=
"mayClose($event)"
v-el:label
>
...
...
@@ -27,7 +27,7 @@
</span>
<span
class=
"vispa-comp-close"
@
click.
stop.
prevent=
"close"
@
click.prevent=
"close"
>
<i
:class=
"closeIconFinal | iconPrefix"
></i>
</span>
...
...
Write
Preview
Supports
Markdown
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