lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

Feature/new introspections #83

Closed lonely-lockley closed 4 months ago

lonely-lockley commented 4 months ago

Fixed numerous bugs and NPE's by the way. Finally fixed monaco popups. The original bug was reported in #67, but the solution was partial. Added isolated and self-referring elements introspection. Introspection for mirroring links is not needed now, because they are added automatically now and won't be lost. The downside of this decision is a need to search for a correct boundary. At this point mirrored elements are placed to diagram root.

lonely-lockley commented 4 months ago

Addresses #78