Answer the question
In order to leave comments, you need to log in
fabricjs: line with 2 points?
How can this behavior of the fabric.Line object be implemented?
Video
Answer the question
In order to leave comments, you need to log in
as already said, stash is the simplest solution
, but there is another (there is more than one to do it), JFYI
1. commit to the current branch ( dev )
2. move to another, git cherry-pick dev - here you have your changes (if you want, you can use the --no-commit option ) 3. then you need to delete the commit in dev
that has become unnecessary :
either 3.1 go to dev , git reset --hard HEAD^,
or 3.2 git update-ref refs/heads/dev dev ^
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question