Regression: Various search provider fixes (#10591)
* should fix the issue that suggestions are still displayed even if search is already triggered * add link to chatpal.io to the admin ui * remove unsed icon and change icon size in order to fix firefox display issue * should fix the issue with the event trigger for search providers * Update deleteMessage.js * Always call afterDeleteMessage calbackpull/10611/head^2
parent
72a855a78d
commit
b5a8e2b040
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 2.7 KiB |
@ -1,5 +1,4 @@ |
|||||||
/* globals Inject */ |
/* globals Inject */ |
||||||
|
|
||||||
Inject.rawBody('chatpal-enter', Assets.getText('server/asset/chatpal-enter.svg')); |
Inject.rawBody('chatpal-enter', Assets.getText('server/asset/chatpal-enter.svg')); |
||||||
Inject.rawBody('chatpal-logo-icon-lightblue', Assets.getText('server/asset/chatpal-logo-icon-lightblue.svg')); |
|
||||||
Inject.rawBody('chatpal-logo-icon-darkblue', Assets.getText('server/asset/chatpal-logo-icon-darkblue.svg')); |
Inject.rawBody('chatpal-logo-icon-darkblue', Assets.getText('server/asset/chatpal-logo-icon-darkblue.svg')); |
||||||
|
Loading…
Reference in new issue