edit: merge conflict solved
This commit is contained in:
@@ -21,12 +21,8 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="windowContent" id="visualizerContent">
|
||||
<<<<<<< HEAD
|
||||
<video controls id="displayedImgStyle" :src="selectedVideo.src" :type="selectedVideo.format">
|
||||
</video>
|
||||
=======
|
||||
<video controls id="displayedImgStyle" :src="selectedVideo.src"></video>
|
||||
>>>>>>> 13df9c06016b4c751d7817b8f3b1108bf669a990
|
||||
<div class="reactBar">
|
||||
<p class="reactStatStyle">{{selectedVideo.like}}</p>
|
||||
<button data-tooltip="j'aime bien" type="button" class="iconBtnStyle" :class="{reactedStyle: selectedVideo.isLiked}" @mousedown.capture="likeImg" @touchstart.capture="likeImg">
|
||||
|
||||
Reference in New Issue
Block a user