Prevent closing assign modal from inventory for dropdown options [SCI-8640] (#5593)

This commit is contained in:
ajugo 2023-06-14 14:57:58 +02:00 committed by GitHub
parent dea721cdf0
commit 272de72231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
<template v-if="options.length">
<div
v-for="option in options"
:key="option[0]" @mousedown.stop="setValue(option[0])"
:key="option[0]" @mousedown.prevent.stop="setValue(option[0])"
class="sn-select__option"
>
{{ option[1] }}