Skip to content

Conversation

kishikawakatsumi
Copy link
Member

No description provided.

Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the method of setting the pattern value for the debugger element. The key change replaces setting textContent with setting the value property on the DOM element.

  • Change the assignment from textContent to value for the element with id "debugger-regex".
Files not reviewed (1)
  • Public/index.html: Language not supported
Comments suppressed due to low confidence (1)

Public/js/app.js:210

  • Ensure that the element with id 'debugger-regex' is an input element or otherwise supports the 'value' property; if not, this change may lead to unintended behavior.
debuggerPattern.value = expression;

@kishikawakatsumi kishikawakatsumi force-pushed the styling3 branch 2 times, most recently from 663b857 to 1b12177 Compare March 27, 2025 08:27
@kishikawakatsumi kishikawakatsumi merged commit 2fc64bb into main Mar 27, 2025
3 checks passed
@kishikawakatsumi kishikawakatsumi deleted the styling3 branch March 27, 2025 08:40
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