mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-12 23:02:35 +00:00
fix: do not auto-open artifacts from the sidebar chat hover preview (#27773)
This commit is contained in:
parent
78ed5a0235
commit
b67804f2b6
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@
|
|||
|
||||
if (
|
||||
($settings?.detectArtifacts ?? true) &&
|
||||
!compactPreview &&
|
||||
isArtifact &&
|
||||
hasClosingCodeFence(raw) &&
|
||||
!autoOpenedArtifactIds.has(artifactId) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue