mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 14:59:27 +08:00
Replaced pre-wrap with break-spaces
This commit is contained in:
parent
cf2067906f
commit
8cc5810dcb
@ -15,7 +15,7 @@ export const NodeViewContent: Component = {
|
||||
render(this: NodeViewContentInterface, createElement: CreateElement) {
|
||||
return createElement(this.as, {
|
||||
style: {
|
||||
whiteSpace: 'pre-wrap',
|
||||
whiteSpace: 'break-spaces',
|
||||
},
|
||||
attrs: {
|
||||
'data-node-view-content': '',
|
||||
|
Loading…
Reference in New Issue
Block a user