This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
[DnD] Drag in GroovyScriptEditor without state variable #130
Labels
enhancement
New feature or request
Currently, to detect a drag gesture in groovy script editor (
GroovyScriptEditor.java
), we use a state variableallowedDrag
to check if this is indeed a drag or a selection gesture. This is not a good practice, this discrimination should be done differently.The text was updated successfully, but these errors were encountered: