Skip to content

Placeholder deletion bug fixed#1056

Merged
ffrose merged 4 commits into
buerokratt:devfrom
rootcodelabs:fix/1050/placeholder_deletion_bug
Jun 8, 2026
Merged

Placeholder deletion bug fixed#1056
ffrose merged 4 commits into
buerokratt:devfrom
rootcodelabs:fix/1050/placeholder_deletion_bug

Conversation

@ruwinirathnamalala

Copy link
Copy Markdown
Collaborator

This pull request simplifies the handleEditorChange logic in the TextfieldContent component. The main change is the removal of formatting and template-cleaning logic when handling editor changes, streamlining how the value is processed and passed to the parent.

Textfield input handling simplification:

  • Removed the use of removeNestedTemplates and direct Quill editor manipulation from handleEditorChange, so the raw input value is now passed directly to onChange and stored in state.

@sonarqubecloud

sonarqubecloud Bot commented Jun 3, 2026

Copy link
Copy Markdown

@matKlju matKlju linked an issue Jun 4, 2026 that may be closed by this pull request
@ffrose ffrose merged commit 1d002fb into buerokratt:dev Jun 8, 2026
8 checks passed
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.

[BUG] Placeholder Deletion bug

3 participants