Skip to content

fix(ui): remove stray offset text node from Functions panel - #199

Open
alikhere wants to merge 1 commit into
c2siorg:mainfrom
alikhere:fix/functions-stray-offset-text
Open

fix(ui): remove stray offset text node from Functions panel#199
alikhere wants to merge 1 commit into
c2siorg:mainfrom
alikhere:fix/functions-stray-offset-text

Conversation

@alikhere

@alikhere alikhere commented Apr 7, 2026

Copy link
Copy Markdown

Summary

The Functions panel was rendering the word "offset" as visible plain text between the heading and the list. It was a bare JSX text node --- not a comment, not inside any element — left over from a layout placeholder that was never removed. Deleted the single line.

How to test

  • Start the app and open the Functions panel (Debug view → Functions tab)
  • Before: the word "offset" appears as unstyled plain text below the "Functions" heading
  • After: no stray text, heading goes directly into the list container

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