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