diff --git a/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx b/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx index 5fe7455c28f..56f115c49e4 100644 --- a/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx +++ b/client/web/plugins/com.msgbyte.ai-assistant/src/popover.tsx @@ -34,6 +34,8 @@ const Tip = styled.div` const Answer = styled.pre` white-space: pre-wrap; + max-height: 50vh; + overflow: auto; `; const ActionButton = styled.div` diff --git a/client/web/plugins/com.msgbyte.offline-icons/scripts/extract-icons.ts b/client/web/plugins/com.msgbyte.offline-icons/scripts/extract-icons.ts index da4310ca9e3..a8442348645 100644 --- a/client/web/plugins/com.msgbyte.offline-icons/scripts/extract-icons.ts +++ b/client/web/plugins/com.msgbyte.offline-icons/scripts/extract-icons.ts @@ -18,6 +18,9 @@ import axios from 'axios'; const PROJECT_ROOT = path.resolve(__dirname, '../../../../../'); +/** + * Entry + */ (async () => { const start = Date.now(); const paths = await globby(['**.tsx'], {