diff --git a/app/changelogs/v2.11.2/v2.11.2.md b/app/changelogs/v2.11.2/v2.11.2.md index f53e67c25..e112dbdf0 100644 --- a/app/changelogs/v2.11.2/v2.11.2.md +++ b/app/changelogs/v2.11.2/v2.11.2.md @@ -55,3 +55,4 @@ Below are the detailed changes in this version. * [Add internal kernel API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829) * [Allow global shortcut keys to be triggered when editing database table view cell](https://github.com/siyuan-note/siyuan/issues/9848) * [Improve database table view UI to differentiate between bound and unbound row](https://github.com/siyuan-note/siyuan/issues/9849) +* [Database table view no longer scrolls to top after undo](https://github.com/siyuan-note/siyuan/issues/9862) diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md index 1b58b1e8f..45fae7265 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CHT.md @@ -55,3 +55,4 @@ * [新增內部內核 API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829) * [改進資料庫表格視圖介面以區別綁定和未綁定行](https://github.com/siyuan-note/siyuan/issues/9849) * [改進資料庫表格視圖介面以區別綁定和未綁定行](https://github.com/siyuan-note/siyuan/issues/9849) +* [資料庫表格視圖撤銷編輯後不再捲動到頂部](https://github.com/siyuan-note/siyuan/issues/9862) diff --git a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md index 56725b9e0..dfba3dfe5 100644 --- a/app/changelogs/v2.11.2/v2.11.2_zh_CN.md +++ b/app/changelogs/v2.11.2/v2.11.2_zh_CN.md @@ -55,3 +55,4 @@ * [添加内部内核 API `/api/setting/refreshVirtualBlockRef`](https://github.com/siyuan-note/siyuan/issues/9829) * [数据库表格视图中允许使用已有快捷键](https://github.com/siyuan-note/siyuan/issues/9848) * [改进数据库表格视图界面以区别绑定和未绑定行](https://github.com/siyuan-note/siyuan/issues/9849) +* [数据库表格视图撤销编辑后不再滚动到顶部](https://github.com/siyuan-note/siyuan/issues/9862)