Skip to content

Commit

Permalink
Fix issue with importing parenthetical from fountain
Browse files Browse the repository at this point in the history
  • Loading branch information
iljukhaput authored and dimkanovikov committed Oct 3, 2024
1 parent 55cfed5 commit 8084c66
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,9 +1003,10 @@ QString AbstractFountainImporter::documentText(const QString& _text, bool _keepS
paragraphText.remove(0, 1);
movePreviousTypes(0, 1);
}
d->processBlock(paragraphText, currentBlockType, writer);
} else {
//
// ... если не директория и не сцена - сразу отправим на обработку
// ... иначе сразу отправим на обработку
//
d->processBlock(paragraphText, currentBlockType, writer);
}
Expand Down

0 comments on commit 8084c66

Please sign in to comment.