Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Can't place cursor before or after table #57

Open
jrijswijk opened this issue May 9, 2012 · 1 comment
Open

Can't place cursor before or after table #57

jrijswijk opened this issue May 9, 2012 · 1 comment

Comments

@jrijswijk
Copy link

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'.

@fuegas
Copy link

fuegas commented May 9, 2012

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants