|
|
@ -151,7 +151,7 @@ export default function(node: Element, renderer: Renderer, options: RenderOption
|
|
|
|
|
|
|
|
|
|
|
|
if (name === 'group') {
|
|
|
|
if (name === 'group') {
|
|
|
|
// TODO server-render group bindings
|
|
|
|
// TODO server-render group bindings
|
|
|
|
} else if (contenteditable && (node === 'text' || node === 'html')) {
|
|
|
|
} else if (contenteditable && (name === 'text' || name === 'html')) {
|
|
|
|
const snippet = snip(expression)
|
|
|
|
const snippet = snip(expression)
|
|
|
|
if (name == 'text') {
|
|
|
|
if (name == 'text') {
|
|
|
|
node_contents = '${@escape(' + snippet + ')}'
|
|
|
|
node_contents = '${@escape(' + snippet + ')}'
|
|
|
|