We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9593a3b commit 880f327Copy full SHA for 880f327
app/src/sub/RecentFilesWindow.tsx
@@ -315,7 +315,7 @@ export default function RecentFilesWindow({ winId = "" }: { winId?: string }) {
315
// 在嵌套视图中,我们不需要跟踪当前选中的索引
316
SoundService.play.mouseEnterButton();
317
}}
318
- onClick={() => {
+ onMouseDown={() => {
319
if (isShowDeleteEveryItem) {
320
toast.warning("当前正在删除阶段,请退出删除阶段才能打开文件,或点击删除按钮删除该文件");
321
return;
0 commit comments