1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-11 18:24:43 +02:00

Merge branch 'release-1.5' into dev

This commit is contained in:
Laurent Cozic 2020-12-28 14:31:37 +00:00
commit 29177330b0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@joplin/app-desktop",
"version": "1.5.11",
"version": "1.5.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -624,7 +624,7 @@ function enexXmlToMdArray(stream, resources) {
section.lines.push(BLOCK_OPEN);
if (!state.lists.length) {
displaySaxWarning(this, 'Found <li> tag without being inside a list');
// return;
return;
}
const container = state.lists[state.lists.length - 1];