Skip to content

placeholder bugfix#80

Open
araki-y wants to merge 1 commit intogroenroos:masterfrom
yutayutayuta:placeholder-bugfix
Open

placeholder bugfix#80
araki-y wants to merge 1 commit intogroenroos:masterfrom
yutayutayuta:placeholder-bugfix

Conversation

@araki-y
Copy link
Copy Markdown

@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