mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 16:31:45 +08:00
fix: 修复 MJPEG/HTTP 视频窗口可被选中拖拽的问题
This commit is contained in:
@@ -2884,8 +2884,9 @@ onUnmounted(() => {
|
|||||||
v-show="videoMode === 'mjpeg'"
|
v-show="videoMode === 'mjpeg'"
|
||||||
ref="videoRef"
|
ref="videoRef"
|
||||||
:src="mjpegUrl"
|
:src="mjpegUrl"
|
||||||
class="w-full h-full object-contain"
|
class="w-full h-full object-contain pointer-events-none select-none"
|
||||||
:alt="t('console.videoAlt')"
|
:alt="t('console.videoAlt')"
|
||||||
|
draggable="false"
|
||||||
@load="handleVideoLoad"
|
@load="handleVideoLoad"
|
||||||
@error="handleVideoError"
|
@error="handleVideoError"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user