mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 20:21:52 +01:00
Start on plugin ctx API (#64)
This commit is contained in:
@@ -9,7 +9,6 @@ class PlaceholderWidget extends WidgetType {
|
||||
readonly exists: boolean,
|
||||
readonly type: 'function' | 'variable' = 'variable',
|
||||
) {
|
||||
console.log('PLACEHOLDER', { name, value });
|
||||
super();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user