File tree Expand file tree Collapse file tree
src/lib/components/chat/MessageInput Expand file tree Collapse file tree Original file line number Diff line number Diff line change 142142 on:click ={() => {
143143 if (fileUploadEnabled ) {
144144 uploadFilesHandler ();
145+ show = false ;
145146 }
146147 }}
147148 >
175176 cameraInputElement .click ();
176177 }
177178 }
179+ show = false ;
178180 }
179181 }}
180182 >
197199 on:click ={() => {
198200 if (webUploadEnabled ) {
199201 showAttachWebpageModal = true ;
202+ show = false ;
200203 }
201204 }}
202205 >
336339 type =" button"
337340 on:click ={() => {
338341 uploadGoogleDriveHandler ();
342+ show = false ;
339343 }}
340344 >
341345 <svg xmlns =" http://www.w3.org/2000/svg" viewBox =" 0 0 87.3 78" class =" w-4" >
575579 type =" button"
576580 on:click ={() => {
577581 uploadOneDriveHandler (' personal' );
582+ show = false ;
578583 }}
579584 >
580585 <div class =" flex flex-col" >
589594 type =" button"
590595 on:click ={() => {
591596 uploadOneDriveHandler (' organizations' );
597+ show = false ;
592598 }}
593599 >
594600 <div class =" flex flex-col" >
You can’t perform that action at this time.
0 commit comments