Skip to content
Snippets Groups Projects
Commit a070cc39 authored by Simon Barner's avatar Simon Barner
Browse files

- Bug fix: Do not unconditionally return true in canEdit()

refs 1841
parent 172dfc5b
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,6 @@ public class MultiInstanceAnnotationTextEditingSupport extends TextEditingSuppor
}
}
return true;
return false;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment