Files
open-webui-custom/src/lib/apis
silentoplayz 7a80e60785 fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte
Fixes an issue where `ue.getWordAtDocPos is not a function` would be thrown in `MessageInput.svelte`.

The error was caused by a timing issue where the `getWordAtDocPos` method on the `RichTextInput` component was not available when called from an event handler within the same component.

This change refactors the code to pass the `getWordAtDocPos` function as a callback prop from `RichTextInput` to `MessageInput`, ensuring it's available when needed.
2025-08-03 22:36:08 -04:00
..
2025-05-24 00:36:30 +04:00
2025-07-13 03:30:42 +04:00
2025-06-28 15:12:31 +04:00
2025-05-24 00:36:30 +04:00
2025-07-19 19:46:35 +04:00
2025-05-26 23:52:22 +04:00
2025-07-09 01:17:25 +04:00
2025-05-19 03:40:32 +04:00
2024-12-17 13:51:29 -08:00
2025-05-29 02:08:54 +04:00