mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Make blockquotes breakable in html editor
This commit is contained in:
parent
183c6d59c5
commit
744d7cbfd7
@ -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