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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
When using only a table (so remove all the text) in the editor it is not possible to place the cursor before or after the table anymore. The cursor can only be placed inside the table
The workaround I use now is to place a
before or after the table in the 'code-view'.
The text was updated successfully, but these errors were encountered:
This is caused by line 121. Here the table is set to full width, hence you won't be able to get your cursor behind it.
In my fork I heavily modified tables (and I'm not done yet), and there this issue is resolved. Well, ok, not when you have that much data in your tables it actually uses the whole width, but you can modify it by the html view if needed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using only a table (so remove all the text) in the editor it is not possible to place the cursor before or after the table anymore. The cursor can only be placed inside the table
The workaround I use now is to place a
before or after the table in the 'code-view'.The text was updated successfully, but these errors were encountered: