Skip to content

Conversation

@xepozz
Copy link
Member

@xepozz xepozz commented Jun 24, 2024

Q A
Is bugfix? ✔️
New feature? ✔️
Breaks BC?
image image image

Also fixed firing click event when selecting text

@xepozz xepozz changed the title Show full argument by click Show full argument by click (+bugfix) Jun 24, 2024
@xepozz xepozz requested a review from a team June 24, 2024 12:57
@xepozz xepozz added the status:code review The pull request needs review. label Jun 24, 2024
Base automatically changed from simplify-error-log to master June 27, 2024 18:10
Copy link
Member

@vjik vjik left a comment

Choose a reason for hiding this comment

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

Revert space here:

image

In released version:

image

// toggle code block visibility
callStackItems[i].getElementsByClassName('element-wrap')[0].addEventListener('click', function (event) {
stackItem.querySelector('.show-arguments-toggle')?.addEventListener('click', function (e) {
e.stopPropagation()
Copy link
Member

Choose a reason for hiding this comment

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

Either let's add ; everywhere or remove it everywhere. I'm for adding it.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll add it in the last PR in the sequence

@xepozz xepozz merged commit a960ba5 into master Jul 1, 2024
@xepozz xepozz deleted the full-arguments branch July 1, 2024 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:code review The pull request needs review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants