When user add any link with an internal link format like: /test?abc
Expected behaviour:
The output should be /test?abc
Actual behaviour:
The output is /test?abc=
Which have cause our js application failure.
When user add any link with an internal link format like: /test?abc
Expected behaviour:
The output should be /test?abc
Actual behaviour:
The output is /test?abc=
Which have cause our js application failure.