a tool for shared writing and social publishing

fix pasting into blockquote

+1
+1
components/Blocks/TextBlock/useHandlePaste.ts
··· 263 263 (parentType === "canvas" && activeBlockProps?.current) || 264 264 (first && 265 265 (activeBlockProps?.current.type === "heading" || 266 + activeBlockProps?.current.type === "blockquote" || 266 267 type === activeBlockProps?.current.type)) 267 268 ) 268 269 entityID = activeBlockProps.current.entityID;