mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
Make blockquotes breakable in html editor
This commit is contained in:
parent
644c602a88
commit
85b14052ea
@ -93,6 +93,7 @@ var et2_htmlarea = /** @class */ (function (_super) {
|
||||
resize: false,
|
||||
height: this.options.height,
|
||||
width: this.options.width,
|
||||
end_container_on_empty_block: true,
|
||||
mobile: {
|
||||
theme: 'silver'
|
||||
},
|
||||
|
@ -224,6 +224,7 @@ export class et2_htmlarea extends et2_editableWidget implements et2_IResizeable
|
||||
resize: false,
|
||||
height: this.options.height,
|
||||
width: this.options.width,
|
||||
end_container_on_empty_block: true,
|
||||
mobile: {
|
||||
theme: 'silver'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user