Skip to content

Commit 14af206

Browse files
committed
chore: build dist files
1 parent 31d539a commit 14af206

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/vue-simple-context-menu.esm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ var __vue_render__ = function() {
200200
class: option.class,
201201
on: {
202202
click: function($event) {
203+
$event.stopPropagation();
203204
return _vm.optionClicked(option)
204205
}
205206
}

dist/vue-simple-context-menu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-simple-context-menu.umd.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@
206206
class: option.class,
207207
on: {
208208
click: function($event) {
209+
$event.stopPropagation();
209210
return _vm.optionClicked(option)
210211
}
211212
}

0 commit comments

Comments
 (0)