Skip to content

Conversation

araki-y
Copy link

@araki-y araki-y commented Feb 2, 2022

There seems to be a bug in the setting judgment of data-placeholder.

A || B || (C != null) ? C : D

is the same as

( A || B || (C != null) ) ? C : D

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.

2 participants