#OpenGraph..js: enableEditLabel() ``` if (frontElement.id !== element.id) { //event.stopImmediatePropagation(); <-- this caused the problem return; } ``` Is there any side effects by this propagation enabled?