perf: 文件页面弹出菜单时误操作优化

This commit is contained in:
Pang 2023-08-10 01:12:33 +08:00
parent 1be70fd8f2
commit 7c4c26e86e

View File

@ -1098,6 +1098,10 @@ export default {
},
clickRow(row, column) {
if (this.contextMenuVisible) {
this.handleClickContextMenuOutside();
return;
}
if (column.type == "selection") {
this.dropFile(row, 'select');
} else {