Update table-bindings.js

This commit is contained in:
2025-09-04 20:58:42 +08:00
committed by GitHub
parent aa049bc302
commit 40b7256245

View File

@@ -865,6 +865,7 @@ export function bindTableEvents() {
const renderAll = () => {
renderTables();
bindInjectionSettings();
bindTemplateEditors(); // 【V138.1 修复】确保导入预设后,提示词编辑器也能立即刷新
};
renderAll();