@fishawack/lab-velocity 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_footer.scss +3 -3
- package/form/Wysiwyg.vue +1 -1
- package/package.json +1 -1
package/components/_footer.scss
CHANGED
package/form/Wysiwyg.vue
CHANGED
|
@@ -116,7 +116,7 @@ export default {
|
|
|
116
116
|
});
|
|
117
117
|
|
|
118
118
|
// Disable tab
|
|
119
|
-
delete this.editor.getModule("keyboard").bindings["9"];
|
|
119
|
+
// delete this.editor.getModule("keyboard").bindings["9"];
|
|
120
120
|
|
|
121
121
|
// Disable tab index on toolbar buttons
|
|
122
122
|
[...this.$el.querySelectorAll(".ql-toolbar button")].forEach((d) =>
|