-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot deselect and delete occlusions #3
Comments
I'm on a galaxy note 8 by the way. I think its handling of pennable input may be what's causing the problem, but idk. |
The problem is that when you click on screen to add a shape. Then SVG add multiple shape like circle at each corner and line etc. The errors can be checked using chrome dev tools inspect tools for web app. I will take a look the errors and improve the select/deselect features. |
You can try the latest release from GitHub or F-Droid. (May be it takes time to be processed on F-Droid) To use
|
The main problem was event listener. So, I added event listener to each shape when delete button selected. And remove it, when delete button deselected. |
Seems exclusions stay selected when I create them and when I click delete it says "Select a figure" which doesn't seem possible.
The text was updated successfully, but these errors were encountered: