avshenuk
avshenuk
> What would you like to achieve? A drag-and-drop functionality where you can drag elements to some other part of the application? Sorry for not being clear. It's only about...
Just to clarify it a bit more. What I currently do in `MouseMoveListener` to achieve that effect: - Added `draggedTarget: SModelElement;` for storing `target` on `mouseDown()`. - Added ``` $(document).on('mousemove',...
@raphw Yeah, no rush. Thanks for spending time on this. I will look into writing some custom stack manipulation. Am I right in assuming that it's easiest by making my...
Workaround that worked for me was to write a custom deserializer and simply exclude the validation code: ``` protected static class CustomDeserializer extends JsonDeserializer { @Override public T deserialize(JsonParser jsonParser,...