- Issue created by @Nikro
- 🇪🇸Spain Nikro Benalmadena, Malaga
Done, created a MR: https://git.drupalcode.org/project/ai_search_block/-/merge_requests/2
Please review :) - 🇧🇪Belgium wouters_f Leuven
I tested it manually and:
if i disable streaming it works.
If i enable streaming, the server streams back the responses, but the js seems not to do anything anymore.I've debugged it a bit and see that you now test "streamVal" which used to be
const $stream = $form.find('[data-drupal-selector="edit-stream"]').val() === 'true';
but you now test it with
if (streamVal === '1') {
So I guess that's why it stopped working. - 🇪🇸Spain Nikro Benalmadena, Malaga
Ha, good catch, I just realized I was testing in the outdated version :)
Things move fast :PPushed, please recheck now!
-
wouters_f →
committed 87decba5 on 1.0.x authored by
nikro →
Issue #3504335 by nikro, wouters_f: JS library issues
-
wouters_f →
committed 87decba5 on 1.0.x authored by
nikro →