mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 04:10:16 +01:00
This commit is contained in:
parent
38a7d48eac
commit
cd9d2d5915
3 changed files with 118 additions and 38 deletions
|
|
@ -312,7 +312,7 @@ export const fixTable = (protyle: IProtyle, event: KeyboardEvent, range: Range)
|
|||
}
|
||||
|
||||
// tab:光标移向下一个 cell
|
||||
if (event.key === "Tab") {
|
||||
if (event.key === "Tab" && !event.ctrlKey) {
|
||||
if (event.shiftKey) {
|
||||
// shift + tab 光标移动到前一个 cell
|
||||
goPreviousCell(cellElement, range);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue