fix: Content scripts not loading in dev mode

This commit is contained in:
Aaron Klinker
2024-02-23 12:51:08 -06:00
parent e7880fcde0
commit 3fbbe2ccde
+1 -1
View File
@@ -28,7 +28,7 @@ export async function reloadContentScriptMv3({
if (registration === 'runtime') {
await reloadRuntimeContentScriptMv3(contentScript);
} else {
await reloadRuntimeContentScriptMv3(contentScript);
await reloadManifestContentScriptMv3(contentScript);
}
}