|
@@ -757,10 +757,10 @@ defineExpose({
|
|
>
|
|
>
|
|
<template #dropdownRender="{ menuNode: menu }">
|
|
<template #dropdownRender="{ menuNode: menu }">
|
|
<div class="multiple-results-select-header">
|
|
<div class="multiple-results-select-header">
|
|
- <div class="multiple-results-select-button" @click="changeToStandardParams(record)">
|
|
|
|
|
|
+ <div class="multiple-results-select-button" @mousedown="changeToStandardParams(record)">
|
|
{{ $t('setupProtocol.selectFromProtocolLibrary') }}
|
|
{{ $t('setupProtocol.selectFromProtocolLibrary') }}
|
|
</div>
|
|
</div>
|
|
- <div class="multiple-results-select-button" @click="changeToCustomParams(record)">
|
|
|
|
|
|
+ <div class="multiple-results-select-button" @mousedown="changeToCustomParams(record)">
|
|
{{ $t('common.custom') }}
|
|
{{ $t('common.custom') }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|