Skip to content

Commit

Permalink
Merge branch 'master' into 332-atom-text-to-images
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanR712 authored Apr 14, 2024
2 parents b6fec49 + 541cc9c commit e1f89ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ToggleModes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export function toggleHandler(): void {
if (loadedAEG !== null) {
TreeContext.tree.sheet = loadedAEG.sheet;
} else {
throw Error("invalid cached AEG");
throw Error("Invalidly cached AEG.");
}
TreeContext.toolState = drawCachedTool;
redrawTree(TreeContext.tree);
Expand Down
1 change: 1 addition & 0 deletions src/TreeContext.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**
* @file Describes the state of the AEGTree and other related attributes.
*
* @author Ryan R
* @author Anusha Tiwari
*/

Expand Down
3 changes: 1 addition & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@
<div id="toProofTools" class="toolSetting">
<p>Selected subgraph: </p>
<p id="selectionString"></p>
</div>

</div>
</div>
<canvas id="canvas" style="cursor: default"></canvas>
</body>
Expand Down

0 comments on commit e1f89ae

Please sign in to comment.