browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
330 stars 37 forks source link

JS: Fix swap button on test-page #388

Closed jerinphilip closed 2 years ago

jerinphilip commented 2 years ago

https://github.com/browsermt/bergamot-translator/pull/358 changed a text area to a div to show quality UI renders, causing the code that swapped content on click of the button to populate instead with undefined.

This change uses innerText on the output to populate input to fix the issue.

jerinphilip commented 2 years ago
image

Swapped with button:

image