mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 08:13:37 +00:00
editor: Borrar comentario viejo
Ahora la blockquote está implementada por https://0xacab.org/sutty/sutty/-/merge_requests/83, está implementada como bloque normal ya que una blockquote puede tener varios blockquotes adentro
This commit is contained in:
parent
d869b99baa
commit
6bbb5b48c0
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ function makeParentBlock(
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: añadir blockquote
|
|
||||||
// XXX: si agregás algo acá, probablemente le quieras hacer un botón
|
// XXX: si agregás algo acá, probablemente le quieras hacer un botón
|
||||||
// en app/views/posts/attributes/_content.haml
|
// en app/views/posts/attributes/_content.haml
|
||||||
export const parentBlocks: { [propName: string]: EditorNode } = {
|
export const parentBlocks: { [propName: string]: EditorNode } = {
|
||||||
|
|
Loading…
Reference in a new issue