fix: iframe bugs

This commit is contained in:
Gabe
2025-10-30 22:01:08 +08:00
parent 97676f114e
commit ccd457c992
6 changed files with 20 additions and 15 deletions

View File

@@ -3,12 +3,12 @@ import { APP_CONSTS } from "../config";
import ContentFab from "../views/Action/ContentFab";
export class FabManager extends ShadowDomManager {
constructor({ translator, processActions, fabConfig }) {
constructor({ processActions, fabConfig }) {
super({
id: APP_CONSTS.fabID,
className: "notranslate",
reactComponent: ContentFab,
props: { translator, processActions, fabConfig },
props: { processActions, fabConfig },
});
if (!fabConfig?.isHide) {