tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
fix pasting into blockquote
awarm.space
6 months ago
74c9b6c5
f60aadae
+1
1 changed file
expand all
collapse all
unified
split
components
Blocks
TextBlock
useHandlePaste.ts
+1
components/Blocks/TextBlock/useHandlePaste.ts
···
263
263
(parentType === "canvas" && activeBlockProps?.current) ||
264
264
(first &&
265
265
(activeBlockProps?.current.type === "heading" ||
266
266
+
activeBlockProps?.current.type === "blockquote" ||
266
267
type === activeBlockProps?.current.type))
267
268
)
268
269
entityID = activeBlockProps.current.entityID;