[automated] Apply ESLint and Oxfmt fixes

This commit is contained in:
GitHub Action
2026-03-05 05:26:04 +00:00
parent fc56f7ee85
commit 218cf60f5f

View File

@@ -162,10 +162,8 @@ export class DragDropHelper {
waitForUploadCount?: number
} = {}
): Promise<void> {
const {
dropPosition = { x: 100, y: 100 },
waitForUploadCount = 0
} = options
const { dropPosition = { x: 100, y: 100 }, waitForUploadCount = 0 } =
options
const files = fileNames.map((fileName) => {
const filePath = this.assetPath(fileName)