@ -124,7 +124,6 @@ Check the [Pages][8] module.
### General
* `canvasScroll` - Canvas is scrolled
* `update` - The structure of the template is updated (its HTML/CSS)
* `undo` - Undo executed
* `redo` - Redo executed
@ -90,7 +90,6 @@
* ### Pages
* Check the [Pages](/api/pages.html) module.
* ### General
* * `canvasScroll` - Canvas is scrolled
* * `update` - The structure of the template is updated (its HTML/CSS)
* * `undo` - Undo executed
* * `redo` - Redo executed
@ -34,7 +34,7 @@ export default () => {
let config = {};
let toolbar, actions, lastEl, lastElPos, globalRte;
const eventsUp =
'change:canvasOffset canvasScroll frame:scroll component:update';
'change:canvasOffset frame:scroll component:update';
const hideToolbar = () => {
const style = toolbar.style;
const size = '-1000px';