change table resizable default to false

This commit is contained in:
Chrissi2812
2019-05-15 10:43:34 +02:00
parent 20bcffc94a
commit 9a86801973
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export default class Table extends Node {
get defaultOptions() {
return {
resizable: true,
resizable: false,
}
}