feat(react/settings): port spellcheck

This commit is contained in:
Elian Doran
2025-08-15 13:52:52 +03:00
parent 25dce64c3b
commit fb559d66fe
4 changed files with 67 additions and 74 deletions

View File

@@ -306,7 +306,7 @@ function copySelectionToClipboard() {
}
}
function dynamicRequire(moduleName: string) {
export function dynamicRequire(moduleName: string) {
if (typeof __non_webpack_require__ !== "undefined") {
return __non_webpack_require__(moduleName);
} else {