We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195dc08 commit 65a0dcdCopy full SHA for 65a0dcd
1 file changed
src/presets/classic/index.ts
@@ -35,6 +35,8 @@ export function setup<Schemes extends ClassicScheme, K extends AngularArea2D<Sch
35
36
return {
37
attach(plugin) {
38
+ if (!plugin.hasParent()) return
39
+
40
positionWatcher.attach(plugin.parentScope<AreaPlugin<Schemes, any>>(AreaPlugin))
41
},
42
update(context) {
0 commit comments