We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857576d commit c83e1acCopy full SHA for c83e1ac
src/web/waiters/RecipeWaiter.mjs
@@ -8,7 +8,7 @@ import HTMLOperation from "../HTMLOperation.mjs";
8
import Sortable from "sortablejs";
9
import Utils from "../../core/Utils.mjs";
10
import {escapeControlChars} from "../utils/editorUtils.mjs";
11
-import DOMPurify from 'dompurify';
+import DOMPurify from "dompurify";
12
13
14
/**
0 commit comments