Skip to content

Fix newline remover processing chain#95

Open
bibliophilecoder wants to merge 1 commit into
haris989:masterfrom
bibliophilecoder:fix-newline-remover
Open

Fix newline remover processing chain#95
bibliophilecoder wants to merge 1 commit into
haris989:masterfrom
bibliophilecoder:fix-newline-remover

Conversation

@bibliophilecoder

Copy link
Copy Markdown

Description

Fixes an issue where the newline remover operation did not update djtext
after processing.

This caused subsequent operations to use the original text instead of the
newline-cleaned text when multiple transformations were selected.

Changes

  • Added djtext = analyzed after newline removal.
  • Preserves correct chaining of text transformations.

Testing

Tested locally with:

  • Remove New Lines
  • Remove Numbers
  • Combined operations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant