fix(popup_editor): respect user's read-only choice (closes #7715)

This commit is contained in:
Elian Doran
2025-11-25 08:19:48 +02:00
parent 3afe6df9f2
commit 24361ccd97
17 changed files with 241 additions and 119 deletions

View File

@@ -49,7 +49,7 @@ Steps:
import { HLJSApi, Language } from "highlight.js";
export default function (hljs: HLJSApi): Language {
// [...]
// [...]
}
```
5. Remove any module loading mechanism or shims outside the main highlight function.