Open araki-y opened 2 years ago
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
There seems to be a bug in the setting judgment of data-placeholder.
is the same as