Adds right click option to masonry title on admin items list.
This commit is contained in:
parent
c52b178cf0
commit
a1b2e16529
|
@ -250,7 +250,8 @@
|
|||
:style="{
|
||||
'padding-left': !collectionId ? '0 !important' : '1rem'
|
||||
}"
|
||||
@click="onClickItem($event, item, index)"
|
||||
@click.left="onClickItem($event, item, index)"
|
||||
@click.right="onRightClickItem($event, item, index)"
|
||||
class="metadata-title">
|
||||
<p>{{ item.title != undefined ? item.title : '' }}</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue