@oomol-lab/open-flow 0.1.0-alpha.8 → 0.1.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2143,10 +2143,6 @@ var ot = class {
2143
2143
  for (let e of Object.values(this.$)) e.dispose();
2144
2144
  this.#i.dispose();
2145
2145
  }
2146
- beginSelection() {
2147
- let e = this.#n.begin();
2148
- return this.#o({ loading: !1 }), e;
2149
- }
2150
2146
  capture() {
2151
2147
  return this.#n.capture();
2152
2148
  }
@@ -2536,8 +2532,8 @@ var Ct = class {
2536
2532
  async selectFlow(e) {
2537
2533
  if (!this.#F()) return !1;
2538
2534
  this.#M();
2539
- let t = this.#o.beginSelection();
2540
- if (this.#n.invalidate(), this.#t.reset(), this.#a.reset(), this.#f = 0, this.#h = !1, this.#g = !1, this.#v = !1, this.#x?.(), this.#x = void 0, this.#B({
2535
+ let t = this.#n.begin();
2536
+ if (this.#t.reset(), this.#a.reset(), this.#f = 0, this.#h = !1, this.#g = !1, this.#v = !1, this.#x?.(), this.#x = void 0, this.#B({
2541
2537
  checkLoading: !1,
2542
2538
  diagnosticFocus: void 0,
2543
2539
  diagnostics: void 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/open-flow",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "TypeScript contracts and Browser runtime for Open Flow.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {