新增文件点击,优化流式输出
This commit is contained in:
@@ -605,7 +605,10 @@
|
||||
|
||||
// 处理文件夹点击(非选择模式下进入文件夹,仅目录可点击进入)
|
||||
const handleFolderClick = (folder) => {
|
||||
if (folder.type !== 'directory') return;
|
||||
if (folder.type !== 'directory') {
|
||||
handleLongPress(folder)
|
||||
return
|
||||
}
|
||||
folderStack.value.push({
|
||||
path: folder.path,
|
||||
name: folder.name
|
||||
|
||||
Reference in New Issue
Block a user