fix linting errors
| @@ -25,7 +25,7 @@ import { PAGINATION_TEMPLATE, clearInfoBlock, debounce, delay, download, ensureI | ||
| 25 | 25 | import { debounce_timeout } from './constants.js'; |
| 26 | 26 | import { FILTER_TYPES, FilterHelper } from './filters.js'; |
| 27 | 27 | import { groups, selected_group } from './group-chats.js'; |
| 28 | 28 | import { POPUP_RESULT, POPUP_TYPE, Popup, callGenericPopup } from './popup.js'; |
| 29 | 29 | import { t } from './i18n.js'; |
| 30 | 30 | import { openWorldInfoEditor, world_names } from './world-info.js'; |
| 31 | 31 | import { renderTemplateAsync } from './templates.js'; |
| @@ -1027,7 +1027,7 @@ function onPersonaDescriptionDepthRoleInput() { | ||
| 1027 | 1027 | |
| 1028 | 1028 | /** |
| 1029 | 1029 | * Opens a popup to set the lorebook for the current persona. |
| 1030 | 1030 | * @param {PointerEventJQuery.ClickEvent} event Click event |
| 1031 | 1031 | */ |
| 1032 | 1032 | async function onPersonaLoreButtonClick(event) { |
| 1033 | 1033 | const personaName = power_user.personas[user_avatar]; |