0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00

fix: modal table plugin with error

This commit is contained in:
Marina López 2024-06-03 11:38:31 +02:00
parent 2d95824958
commit 0eadac1e75

View file

@ -2,7 +2,7 @@ import { PluginMessageEvent } from './app/model';
penpot.ui.open('Plugin table', `?theme=${penpot.getTheme()}`, {
width: 235,
height: 510,
height: 564,
});
penpot.on('themechange', (theme) => {