mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-19 05:14:51 +00:00
Poner settings por default para la notación
This commit is contained in:
@@ -9,6 +9,7 @@ export const SettingsContext = createContext({
|
||||
autosave: true,
|
||||
panning: true,
|
||||
showCardinality: true,
|
||||
notation: "default",
|
||||
tableWidth: tableWidth,
|
||||
showDebugCoordinates: false,
|
||||
});
|
||||
@@ -22,6 +23,7 @@ export default function SettingsContextProvider({ children }) {
|
||||
autosave: true,
|
||||
panning: true,
|
||||
showCardinality: true,
|
||||
notation: "default",
|
||||
tableWidth: tableWidth,
|
||||
showDebugCoordinates: false,
|
||||
});
|
||||
|
Reference in New Issue
Block a user