Skip to content

Commit

Permalink
Merge pull request #1143 from samchon/feat/update-editor
Browse files Browse the repository at this point in the history
Fix `NestiaEditorIframe` for `[email protected]` update.
  • Loading branch information
samchon authored Dec 10, 2024
2 parents 06dec58 + 1a70531 commit 75dbee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/editor/src/NestiaEditorIframe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export function NestiaEditorIframe(props: NestiaEditorIframe.IProps) {
return {
success: false,
errors: exp as any,
data: undefined,
} satisfies IValidation.IFailure;
}
})();
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/nestiaeditorapplication.tsx","./src/nestiaeditoriframe.tsx","./src/nestiaeditormodule.ts","./src/nestiaeditoruploader.tsx","./src/index.ts","./src/main.tsx","./src/vite-env.d.ts","./src/internal/nestiaeditorcomposer.ts","./src/internal/nestiaeditorfileuploader.tsx"],"errors":true,"version":"5.7.2"}
{"root":["./src/nestiaeditorapplication.tsx","./src/nestiaeditoriframe.tsx","./src/nestiaeditormodule.ts","./src/nestiaeditoruploader.tsx","./src/index.ts","./src/main.tsx","./src/vite-env.d.ts","./src/internal/nestiaeditorcomposer.ts","./src/internal/nestiaeditorfileuploader.tsx"],"version":"5.7.2"}

0 comments on commit 75dbee3

Please sign in to comment.