Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Impossible to resolve a dialog with a boolean (always returns true) #4094

@glebm

Description

@glebm

This is due to this line in interimElement:

.remove(reason || SHOW_CLOSED, false)
(and L339):

.remove(reason || SHOW_CLOSED, false)

Instead of using || this should check for undefined.

Metadata

Metadata

Assignees

Labels

needs: investigationThe cause of this issue is not well understood and needs to be investigated by the team or community

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions