elements icon indicating copy to clipboard operation
elements copied to clipboard

The `isModule` property of a `ElementConfig` is ignored.

Open apokralipsa opened this issue 3 years ago • 0 comments

It seems that the isModule attribute of a ElementConfig is currently ignored. The element can still be marked as a module by using *axLazyElement="null; module: true", but having to do it in every usage doesn't seem intentional.

I can provide a PR with some tests and a fix.

apokralipsa avatar Jun 10 '22 16:06 apokralipsa