diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue
index ba25e85d..bc640fdf 100644
--- a/ayanova/src/components/wiki-control.vue
+++ b/ayanova/src/components/wiki-control.vue
@@ -47,7 +47,6 @@
fa-strikethrough
-
@@ -103,9 +102,71 @@
fa-check-square
-
- fa-table
+
+
+
+
+ fa-table
+
+
+
+
+
+ Table
+
+
+
+
+
+
+
+
+ Cancel
+ Save
+
+
+
+
fa-link
fa-image
@@ -204,7 +265,6 @@ export default {
},
getSelectedRange(forceBlock) {
let bodyTextArea = this.$refs.editArea.$el.querySelector("textarea");
- // debugger;
this.selection.start = bodyTextArea.selectionStart;
this.selection.end = bodyTextArea.selectionEnd;