Use default priority for text input on change

Summary:
changelog: [internal]

This was shipped by accident, synchronous access isn't supported yet.

Reviewed By: JoshuaGross

Differential Revision: D28997109

fbshipit-source-id: a668f5beba527024c49e48baeddb10eedbb8f186
This commit is contained in:
Samuel Susla 2021-06-09 12:32:24 -07:00 коммит произвёл Facebook GitHub Bot
Родитель ba387b91d3
Коммит 386dbd943c
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -72,8 +72,7 @@ void TextInputEventEmitter::onBlur(
void TextInputEventEmitter::onChange(
TextInputMetrics const &textInputMetrics) const {
dispatchTextInputEvent(
"change", textInputMetrics, EventPriority::SynchronousUnbatched);
dispatchTextInputEvent("change", textInputMetrics);
}
void TextInputEventEmitter::onChangeText(