We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be5528 commit 14e2721Copy full SHA for 14e2721
lib/EditorJs.tsx
@@ -20,6 +20,7 @@ export type Props = Readonly<EditorJS.EditorConfig> & Readonly<EditorJsProps>
20
21
class EditorJsContainer extends React.PureComponent<Props> {
22
instance?: EditorJS
23
+
24
holder: string = `editor-js-${(
25
Math.floor(Math.random() * 1000) + Date.now()
26
).toString(36)}`
0 commit comments