mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-02 12:14:48 +02:00
refac
This commit is contained in:
@@ -482,7 +482,7 @@
|
||||
? 'overflow-hidden h-full flex items-center justify-center overscroll-contain'
|
||||
: 'overflow-y-auto h-full'}
|
||||
bind:this={outerContainer}
|
||||
role="region"
|
||||
role="application"
|
||||
aria-label={`${itemLabel} viewer`}
|
||||
tabindex="0"
|
||||
on:scroll={handleScroll}
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
|
||||
<div
|
||||
bind:this={rootEl}
|
||||
role="region"
|
||||
role="application"
|
||||
aria-label={`${itemLabel} preview`}
|
||||
tabindex="0"
|
||||
on:keydown={handleKeyDown}
|
||||
|
||||
Reference in New Issue
Block a user