Skip to content

Commit

Permalink
fix: naimng
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Feb 6, 2024
1 parent 88d9e03 commit 600dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichText/useEditorBridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const useEditorBridge = (options?: {
DEV_SERVER_URL?: string;
}): EditorBridge => {
const webviewRef = useRef<WebView>(null);
// Till we will implement default per plugin
// Till we will implement default per bridgeExtension
const editorStateRef = useRef<EditorNativeState | {}>({});
const editorStateSubsRef = useRef<((state: EditorNativeState) => void)[]>([]);

Expand Down

0 comments on commit 600dbf5

Please sign in to comment.