Adds right click option to masonry title on admin items list.

This commit is contained in:
Mateus Machado Luna 2019-03-18 18:43:53 -03:00
parent c52b178cf0
commit a1b2e16529
1 changed files with 2 additions and 1 deletions

View File

@ -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>