mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
refac
This commit is contained in:
parent
ab270c1682
commit
e3668a2f1c
@ -104,12 +104,7 @@
|
||||
type="button"
|
||||
on:click={async () => {
|
||||
if (file?.url) {
|
||||
getFileContentById(file.id).then((blob) => {
|
||||
if (blob) {
|
||||
const url = URL.createObjectURL(blob);
|
||||
window.open(url, '_blank').focus();
|
||||
}
|
||||
});
|
||||
window.open(`${file?.url}/content`, '_blank').focus();
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user