Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Sep 26, 2024
1 parent e49c0d9 commit 077df32
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion index.2ce7cc88.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions index.2ce7cc88.js → index.42fd54b1.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.5b31326c.js.map → index.42fd54b1.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.5b31326c.js → index.473d7e1b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.473d7e1b.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions index.975ef6c8.js
Original file line number Diff line number Diff line change
Expand Up @@ -33149,7 +33149,6 @@ class State {
#selectedTile;
#version;
constructor(id, original, deltas, moveIndex, moves, selectedTile, version){
console.log(moveIndex);
this.#id = id;
this.#original = original;
this.#deltas = deltas || [];
Expand Down Expand Up @@ -33285,7 +33284,7 @@ class State {
this.#current = structuredClone(this.#original);
// Then apply every delta until the currently active delta
const deltaIndex = this.getDeltaIndex();
console.log(this.toString(), "resetCurrent", deltaIndex);
console.debug(this.toString(), "resetCurrent", deltaIndex);
this.#deltas.filter((delta, index)=>index <= deltaIndex).forEach((delta)=>this.#apply(delta));
}
#updateCache() {
Expand Down Expand Up @@ -33355,7 +33354,6 @@ class State {
pathSegments.filter((path)=>!(0, _puzzles.Puzzles).has(path)).some((segment, index)=>{
try {
state = State.fromEncoded(segment);
id = state.getId();
} catch (e) {
console.debug(`Could not parse state from path segment '${index}'`, e);
}
Expand Down
2 changes: 1 addition & 1 deletion index.975ef6c8.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

0 comments on commit 077df32

Please sign in to comment.