mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-02 21:51:51 +08:00
(fix) Item card changes are not visible at click away [SCI-9681]
This commit is contained in:
parent
1a82ff8d94
commit
e3cd70ea0d
1 changed files with 2 additions and 10 deletions
|
@ -3,14 +3,6 @@
|
|||
<div class="font-inter text-sm font-semibold leading-5 truncate" :title="colName">
|
||||
{{ colName }}
|
||||
</div>
|
||||
<div v-if="file_name" @mouseover="tooltipShowing = true" @mouseout="tooltipShowing = false"
|
||||
class="w-full cursor-pointer relative">
|
||||
<a class="w-full inline-block file-preview-link truncate hover:no-underline hover:text-sn-science-blue text-sn-science-blue"
|
||||
:id="modalPreviewLinkId" data-no-turbolink="true" data-id="true" data-status="asset-present"
|
||||
:data-preview-url=this?.preview_url :href=this?.url>
|
||||
{{ file_name }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="w-fit absolute right-0 top-7">
|
||||
<a v-if="!file_name && (!uploading || error) && canEdit "
|
||||
class="btn-text-link font-normal" @click="openFileChooser">
|
||||
|
|
Loading…
Reference in a new issue