Fix modal variable declaration in src/index.js #4

Merged
rileyseaburg merged 1 commit from fix-modal-declaration into add-html-generation 2025-04-10 18:45:00 +00:00
rileyseaburg commented 2025-04-10 18:44:08 +00:00 (Migrated from github.com)

Move the declaration of the modal variable above its usage in the generateHTML function in src/index.js.

  • Modal Declaration:

    • Move the modal variable declaration to line 112, before the generateHTML function.
    • Remove the previous declaration of the modal variable at line 208.
  • Code Cleanup:

    • Remove unnecessary blank lines at lines 5-6, 255, 261-262, and 279-281.

For more details, open the Copilot Workspace session.

Move the declaration of the `modal` variable above its usage in the `generateHTML` function in `src/index.js`. * **Modal Declaration:** - Move the `modal` variable declaration to line 112, before the `generateHTML` function. - Remove the previous declaration of the `modal` variable at line 208. * **Code Cleanup:** - Remove unnecessary blank lines at lines 5-6, 255, 261-262, and 279-281. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/rileyseaburg/grapesjs-openai/pull/4?shareId=1bafb1e2-207c-47fc-82a8-1a22222e3026).
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025-04-10 18:44:30 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Sign in to join this conversation.
No description provided.