Closed
Description
The documention has this section
- It does not seem to work: https://jsfiddle.net/3adz58bm/ (click on Add widget)
_display/?editor_console=true:142 Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'.
at addNewWidget (_display/?editor_console=true:142:9)
at HTMLButtonElement.onclick (_display/?editor_console=true:119:34)
-
It mentions
makeSubgrid
, but usesaddSubGrid
. -
Probably
makeSubgrid
has a typo and it should bemakeSubGrid
.