mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-24 14:23:59 -05:00
fix: do not auto-open artifacts from the sidebar chat hover preview (#27773)
This commit is contained in:
@@ -148,6 +148,7 @@
|
||||
|
||||
if (
|
||||
($settings?.detectArtifacts ?? true) &&
|
||||
!compactPreview &&
|
||||
isArtifact &&
|
||||
hasClosingCodeFence(raw) &&
|
||||
!autoOpenedArtifactIds.has(artifactId) &&
|
||||
|
||||
Reference in New Issue
Block a user