perf: 文件页面弹出菜单时误操作优化
This commit is contained in:
@@ -1098,6 +1098,10 @@ export default {
|
||||
},
|
||||
|
||||
clickRow(row, column) {
|
||||
if (this.contextMenuVisible) {
|
||||
this.handleClickContextMenuOutside();
|
||||
return;
|
||||
}
|
||||
if (column.type == "selection") {
|
||||
this.dropFile(row, 'select');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user