mycurelabs / vue-wysiwyg

A simple wysiwyg editor for Vue.js
https://mycurelabs.github.io/vue-wysiwyg/
MIT License
51 stars 13 forks source link

Refactor/table generator #5

Closed MAvalleza closed 4 years ago

MAvalleza commented 4 years ago

Changed Table Generator to the one similar to Word. This would also hopefully address CMS Issue regarding ambiguity https://github.com/mycurelabs/web-plugins/issues/784

Also fixed the identified bug https://github.com/mycurelabs/web-plugins/issues/783 by saving the last cursor position and restoring it.

Resolves #7 Resolves #8

jofftiquez commented 4 years ago

@MAvalleza looks good. Tested and working as intended. Kindly bring back the form for number of rows and cols.

MAvalleza commented 4 years ago

Updated