Closed giuseppe-straziota closed 1 year ago
@giuseppe-straziota Hi, could you sign Contributor License Agreement?
Hi @igorDykhta happy to be useful to the project. I signed but seems it's still pending.
@giuseppe-straziota you should sign with the correct email/account.
giuseppestraziota seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
Now seems ok, thanks for the help
During the editing mode, the state called finishMovePosition is never fired, I found out that the problem was derived by a mistyped call to an object property and to a comparison between strings, in particular with the constant ELEMENT_TYPE.FEATURE that in my case has a capital letter differently from what is defined in the code, for this reason, I added a call to toLowerCase function to the switch because of the many places where the constant is used.