You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I press tab key, I expect to go to next cell, but there is an error in the dev console.
Screenshots
Here's the error
app.js:1 RangeError: Invalid line number 3 in 2-line document
at e.t.line (app.js:1)
at Hu (app.js:1)
at e.replaceRange (app.js:1)
at ObsidianTextEditor.deleteLine (eval at <anonymous> (app.js:1), <anonymous>:23272:26)
at Object._applyCommand (eval at <anonymous> (app.js:1), <anonymous>:21965:20)
at Object.applyEditScript (eval at <anonymous> (app.js:1), <anonymous>:21983:17)
at TableEditor._updateLines (eval at <anonymous> (app.js:1), <anonymous>:22461:28)
at eval (eval at <anonymous> (app.js:1), <anonymous>:22684:22)
at ObsidianTextEditor.transact (eval at <anonymous> (app.js:1), <anonymous>:23287:13)
at eval (eval at <anonymous> (app.js:1), <anonymous>:22683:30)
Here's the simple md source:
# Just TEST
|header1
Desktop (please complete the following information):
OS: Windows 10
Obsidian Version: v0.13.19
Advanced Tables Version: 0.15.0
The text was updated successfully, but these errors were encountered:
app.js:1 RangeError: Invalid line number 6 in 5-line document
at e.t.line (app.js:1)
at Hu (app.js:1)
at e.replaceRange (app.js:1)
at ObsidianTextEditor.deleteLine (eval at <anonymous> (app.js:1), <anonymous>:23272:26)
at Object._applyCommand (eval at <anonymous> (app.js:1), <anonymous>:21965:20)
at Object.applyEditScript (eval at <anonymous> (app.js:1), <anonymous>:21983:17)
at TableEditor._updateLines (eval at <anonymous> (app.js:1), <anonymous>:22461:28)
at eval (eval at <anonymous> (app.js:1), <anonymous>:22684:22)
at ObsidianTextEditor.transact (eval at <anonymous> (app.js:1), <anonymous>:23287:13)
at eval (eval at <anonymous> (app.js:1), <anonymous>:22683:30)
tgrosinger
changed the title
Error when pressing tab key
Plugin error when table on last line of document
Jan 14, 2022
Describe the bug
When I press tab key, I expect to go to next cell, but there is an error in the dev console.
Screenshots
Here's the error
Here's the simple md source:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: