klorenz / atom-table-editor

Easily edit and navigate markdown tables
MIT License
13 stars 3 forks source link

Atom hangs when last line is added #11

Open al1p-R opened 6 years ago

al1p-R commented 6 years ago

Copy paste a line at the end of table, Press tab (without editing the line), atom hangs...

example (paste ACL line after is_deleted)

+-----------------+--------------+-----------------------------------+
| is_deleted      | BOOL         | If record is active or not [#f1]_ |
+-----------------+--------------+-----------------------------------+
| ACL    | JSONB | Access control for record                                                             |
+--------+-------+---------------------------------------------------------------------------------------+
al1p-R commented 6 years ago

This seems to happen when the table is not separated by an empty line :

+-----------------+--------------+-------------------------------------------------------+
| ACL             | JSONB        |                                                       |
+-----------------+--------------+-------------------------------------------------------+
Consumption methods
=================================