Annotation panel is broken
A bug was introduced in !1602 (merged)
I get a JS Typerror: _ctx.selectedElement is null
set at Tools.vue:9
:disabled="selectedElement.zone === null || undefined"
This happends when I hit F5 on any element, it may be a race condition ? The current page element not being loaded while annotating
Edited by Bastien Abadie