Skip to content

Commit

Permalink
fix: test alpha deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Sep 8, 2024
1 parent 858742e commit 2d716aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RichText/useEditorBridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const useEditorBridge = (options?: {
const editable = options?.editable === undefined ? true : options.editable;
useEffect(() => {
if (options) {
console.log('Set editable');
// Special case for editable prop, since its command is on the core bridge and we want to access it via useEditorBridge
editorInstance?.setEditable(editable);
}
Expand Down

0 comments on commit 2d716aa

Please sign in to comment.