chenershisi
chenershisi
``` export interface EditorProps extends PluginEventListener { value: SchemaObject; onChange: (value: SchemaObject) => void; preview?: boolean; isMobile?: boolean; isSubEditor?: boolean; autoFocus?: boolean; className?: string; $schemaUrl?: string; schemas?: Array; theme?: string;...
same issue,anyone solved?
same issue
any solution ? meet the same issue