App feedbacks (#18028)

as title
This commit is contained in:
martmull
2026-02-18 12:04:54 +01:00
committed by GitHub
parent f3faa11dd2
commit e3753bf822
4 changed files with 4 additions and 4 deletions
@@ -51,7 +51,7 @@ export class FileUploadWatcher {
});
this.watcher.on('all', (event, filePath) => {
if (event === 'addDir') {
if (event === 'addDir' || event === 'unlinkDir') {
return;
}
@@ -50,7 +50,7 @@ export class ManifestWatcher {
});
this.watcher.on('all', (event, filePath) => {
if (event === 'addDir') {
if (event === 'addDir' || event === 'unlinkDir') {
return;
}