Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Sep 8, 2024
1 parent 98eb4ae commit 012c8d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RichText/useEditorBridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const useEditorBridge = (options?: {
DEV_SERVER_URL?: string;
theme?: RecursivePartial<EditorTheme>;
}): EditorBridge => {
console.log('test');

const webviewRef = useRef<WebView>(null);
// Till we will implement default per bridgeExtension
const editorStateRef = useRef<BridgeState | {}>({});
Expand Down

0 comments on commit 012c8d3

Please sign in to comment.