mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-22 14:49:27 -05:00
fix: modal table plugin with error
This commit is contained in:
parent
2d95824958
commit
0eadac1e75
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import { PluginMessageEvent } from './app/model';
|
||||||
|
|
||||||
penpot.ui.open('Plugin table', `?theme=${penpot.getTheme()}`, {
|
penpot.ui.open('Plugin table', `?theme=${penpot.getTheme()}`, {
|
||||||
width: 235,
|
width: 235,
|
||||||
height: 510,
|
height: 564,
|
||||||
});
|
});
|
||||||
|
|
||||||
penpot.on('themechange', (theme) => {
|
penpot.on('themechange', (theme) => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue