Add ^S save binding to editor; fix bullet point delete bug
This commit is contained in:
@@ -127,7 +127,7 @@ export class HostComponent implements OnInit {
|
||||
const newLines = [];
|
||||
this.liItems.toArray().forEach((elem, index) => {
|
||||
if ( index !== i ) {
|
||||
newLines.push(elem.innerText ? elem.innerText.trim() : '');
|
||||
newLines.push(elem.nativeElement.innerText ? elem.nativeElement.innerText.trim() : '');
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user