remember-to-define
parent
1cff58fec8
commit
d13f968752
|
@ -5169,9 +5169,9 @@ function Ace2Inner(){
|
||||||
|
|
||||||
// Used to outdent if ol is removed
|
// Used to outdent if ol is removed
|
||||||
if(allLinesAreList){
|
if(allLinesAreList){
|
||||||
togglingOn = false;
|
var togglingOn = false;
|
||||||
}else{
|
}else{
|
||||||
togglingOn = true;
|
var togglingOn = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (listType)
|
if (listType)
|
||||||
|
|
Loading…
Reference in New Issue