mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
perf: 文件页面弹出菜单时误操作优化
This commit is contained in:
parent
1be70fd8f2
commit
7c4c26e86e
@ -1098,6 +1098,10 @@ export default {
|
||||
},
|
||||
|
||||
clickRow(row, column) {
|
||||
if (this.contextMenuVisible) {
|
||||
this.handleClickContextMenuOutside();
|
||||
return;
|
||||
}
|
||||
if (column.type == "selection") {
|
||||
this.dropFile(row, 'select');
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user