mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 00:00:52 +00:00
fix: Handling drag and drop uploads that are blocked (#10663)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @dragover="handleDragover" @drop="handleDrop" @dragleave="handleDragleave">
|
||||
<div class="h-full" @dragover="handleDragover" @drop="handleDrop" @dragleave="handleDragleave">
|
||||
<el-tabs
|
||||
type="card"
|
||||
class="file-tabs"
|
||||
|
||||
Reference in New Issue
Block a user