File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
webui/src/lib/components/app/chat Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7676 });
7777 </script >
7878
79- <div class ="chat-processing-info-container" class:visible ={showSlotsInfo }>
79+ <div class ="chat-processing-info-container pointer-events-none " class:visible ={showSlotsInfo }>
8080 <div class =" chat-processing-info-content" >
8181 {#each processingDetails as detail (detail )}
82- <span class ="chat-processing-info-detail" >{detail }</span >
82+ <span class ="chat-processing-info-detail pointer-events-auto " >{detail }</span >
8383 {/each }
8484 </div >
8585</div >
9292 padding : 1.5rem 1rem ;
9393 opacity : 0 ;
9494 transform : translateY (50% );
95- pointer-events : none ;
9695 transition :
9796 opacity 300ms ease-out ,
9897 transform 300ms ease-out ;
9998 }
10099
101100 .chat-processing-info-container.visible {
102101 opacity : 1 ;
103- pointer-events : auto ;
104102 transform : translateY (0 );
105103 }
106104
You can’t perform that action at this time.
0 commit comments