mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
block ele for image
This commit is contained in:
parent
dcb3e13358
commit
4e17e4d8ca
1 changed files with 2 additions and 1 deletions
|
@ -2955,7 +2955,8 @@ function Ace2Inner(){
|
||||||
"pre": 1,
|
"pre": 1,
|
||||||
"li": 1,
|
"li": 1,
|
||||||
"ol": 1,
|
"ol": 1,
|
||||||
"ul": 1
|
"ul": 1,
|
||||||
|
"img":1
|
||||||
};
|
};
|
||||||
|
|
||||||
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){
|
_.each(hooks.callAll('aceRegisterBlockElements'), function(element){
|
||||||
|
|
Loading…
Reference in a new issue