Skip to content

Commit a469504

Browse files
committed
Icon Modal: fix click handler
1 parent 9866cec commit a469504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ontology/system-core/templates/v-ui_IconModalTemplate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export const post = function (individual, template, container, mode, extra) {
66
container = $(container);
77

88
template.on('click', function (e) {
9+
e.stopPropagation();
910
e.preventDefault();
1011
let newMode = container.attr('data-mode');
1112
const parentTmpl = template.parent().closest('[resource]');

0 commit comments

Comments
 (0)