-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
In timeLine , i want to delete designated node what can i do? #67
Labels
Comments
@qikong333 scene.removeItem(id);
timeline.update(); |
keydown |
I mean the white dots should have functions such as dragging and editing |
SelectEvent has selectedTime item.remove(selectedTime); And let's check the timeline. Or I will add a function. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In timeLine
i want to delete designated node what can i do?
it only get the track,it can not get node in the track. I want to get the node and controll it
The text was updated successfully, but these errors were encountered: