@wrongstack/tui 0.6.3 → 0.6.4

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.
package/dist/index.js CHANGED
@@ -4260,6 +4260,10 @@ function App({
4260
4260
  }
4261
4261
  } finally {
4262
4262
  eternalLoopRunningRef.current = false;
4263
+ if (getAutonomy) {
4264
+ const finalMode = getAutonomy();
4265
+ if (finalMode !== autonomyLive) setAutonomyLive(finalMode);
4266
+ }
4263
4267
  }
4264
4268
  };
4265
4269
  const eternalLoopRunningRef = useRef(false);