Hi
How do I change the size of the BottomPanel when opening it from javascript?
miro.initialize({
extensionPoints: {
bottomBar: {
title: 'Timer',
svgIcon: icon24,
onClick: () => {
miro.board.ui.openBottomPanel('index.html')
}
},
}
})