-
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
284 clear proofs #287
284 clear proofs #287
Conversation
…us-aegs-and-load-them-when-clicked
…us-aegs-and-load-them-when-clicked
…to 230-proof-history-bar-keep-track-of-previous-aegs-and-load-them-when-clicked
…oad-them-when-clicked' of https://github.com/RAIRLab/Peirce-My-Heart into 230-proof-history-bar-keep-track-of-previous-aegs-and-load-them-when-clicked
…us-aegs-and-load-them-when-clicked
…us-aegs-and-load-them-when-clicked
…us-aegs-and-load-them-when-clicked
…oad-them-when-clicked' of github.com:James-Oswald/PeirceMyHeart into 284-clear-proofs
…/PeirceMyHeart into 284-clear-proofs
Looks like it might solve issue in pr #279 |
currentProofTree = new AEGTree(); | ||
if (treeContext.currentProofStep) { | ||
currentProofTree.sheet = treeContext.currentProofStep.tree.sheet.copy(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we need this exact block of code in every single proof mode tool it should be turned into a helper function.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still holds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been added to the master clean up issue.
Made new changes for proof history bar
currentProofTree = new AEGTree(); | ||
if (treeContext.currentProofStep) { | ||
currentProofTree.sheet = treeContext.currentProofStep.tree.sheet.copy(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still holds
…My-Heart into 284-clear-proofs
More new changes don't you just love our coding
{ | ||
"Single Move": "mouse-pointer", | ||
"Multi Move": "arrows", | ||
Resize: "arrows-alt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm suspicious that this may not work without quotations, though its possible it will, add them anyway for quality.
Clear Proof and Proof Drag working