remember-to-define

outdent-ol-on-click
John McLear 2020-06-06 21:45:46 +00:00
parent 1cff58fec8
commit d13f968752
1 changed files with 2 additions and 2 deletions

View File

@ -5169,9 +5169,9 @@ function Ace2Inner(){
// Used to outdent if ol is removed
if(allLinesAreList){
togglingOn = false;
var togglingOn = false;
}else{
togglingOn = true;
var togglingOn = true;
}
if (listType)