From 1de25445183f1117ab485b039acad35ab08a676d Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 30 Jul 2024 10:46:30 +0800 Subject: [PATCH] :rotating_light: --- app/src/protyle/util/hasClosest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/util/hasClosest.ts b/app/src/protyle/util/hasClosest.ts index 59133d8ab..5c11131cc 100644 --- a/app/src/protyle/util/hasClosest.ts +++ b/app/src/protyle/util/hasClosest.ts @@ -140,4 +140,4 @@ export const isInEmbedBlock = (element: Element) => { } else { return false; } -} +};