mirror of
https://github.com/stablyai/orca.git
synced 2026-09-25 08:02:31 +00:00
5 lines
251 B
TypeScript
5 lines
251 B
TypeScript
/** Why: live PaneManager ids are still 1-based numeric handles even though
|
|
* durable pane keys use UUID leaf ids. Keep the first numeric id centralized
|
|
* for runtime-title mapping and legacy migration fallbacks. */
|
|
export const FIRST_PANE_ID = 1
|