Skip to content

Commit

Permalink
Event modifier added (vuejs#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
anteriovieira authored and posva committed May 15, 2017
1 parent e438fd8 commit ef7ace3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/components/SplitPane.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:class="{ dragging: dragging }">
<div class="left" :style="{ width: split + '%' }">
<slot name="left"></slot>
<div class="dragger" @mousedown="dragStart">
<div class="dragger" @mousedown.prevent="dragStart">
</div>
</div>
<div class="right" :style="{ width: (100 - split) + '%' }">
Expand Down

0 comments on commit ef7ace3

Please sign in to comment.