Fix simple mode fallback

This commit is contained in:
diondiondion 2026-03-02 15:10:07 +01:00
parent 3e4b751a71
commit 286b77c193

View File

@ -54,7 +54,7 @@ const TabsBarPortal = () => {
};
// Simple context to allow column children to know which column they're in
export const ColumnIndexContext = createContext(0);
export const ColumnIndexContext = createContext(1);
/**
* @returns {number}
*/