open-webui/src/lib/utils
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
..
characters fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte 2025-08-03 22:36:08 -04:00
marked fix(frontend): Attempt to resolve TypeError in RichTextInput.svelte 2025-08-03 22:36:08 -04:00
transitions feat: custom model selector 2024-03-24 15:28:36 -07:00
_template_old.ts refac: title generation 2024-06-09 14:25:31 -07:00
google-drive-picker.ts Fix formatting 2024-12-16 15:11:05 -05:00
index.ts refac/fix: tool payload 2025-08-02 19:36:46 +04:00
onedrive-file-picker.ts chore: format 2025-05-10 19:00:01 +04:00