Grapesjs: Make block manager default open panel?

Created on 26 Oct 2017  路  3Comments  路  Source: artf/grapesjs

I tried this code:

// Show blocks by default, not styles
editor.Panels.getButton('views', 'open-sm').set('active', false)
editor.Panels.getButton('views', 'open-blocks').set('active', true)

It works but doing this will hide the device selector in the top left for some reason.

outdated

Most helpful comment

try just with

editor.Panels.getButton('views', 'open-blocks').set('active', true)

but put it after the render (if you're using autorender: false)

All 3 comments

try just with

editor.Panels.getButton('views', 'open-blocks').set('active', true)

but put it after the render (if you're using autorender: false)

Ah, setting it after render works great. Thanks

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

adam-gpc picture adam-gpc  路  3Comments

krunal039 picture krunal039  路  3Comments

applibs picture applibs  路  3Comments

faizansaiyed picture faizansaiyed  路  3Comments

nojacko picture nojacko  路  3Comments