This commit is contained in:
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

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
}
}