outdent-ol-on-click
John McLear 2020-06-07 09:16:02 +01:00 committed by GitHub
parent 394c0631e3
commit 3b75ba107b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -5194,7 +5194,6 @@ function Ace2Inner(){
// else change to indented not bullet
if(level > 1){
setLineListType(n, ''); // remove bullet
let newLevel = level+1;
setLineListType(n, "indent"+level); // outdent
}
}