mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 15:31:46 +08:00
fix: 修复 MJPEG/HTTP 视频窗口可被选中拖拽的问题
This commit is contained in:
@@ -2884,8 +2884,9 @@ onUnmounted(() => {
|
||||
v-show="videoMode === 'mjpeg'"
|
||||
ref="videoRef"
|
||||
: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')"
|
||||
draggable="false"
|
||||
@load="handleVideoLoad"
|
||||
@error="handleVideoError"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user