fix: add canvasBorder to default settings
This commit is contained in:
parent
61a1b4f148
commit
7dc53cd272
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ interface Props {
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultSettings: Settings = {
|
const defaultSettings: Settings = {
|
||||||
grid: false,
|
grid: true,
|
||||||
|
canvasBorder: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const SettingsContext = createContext({
|
export const SettingsContext = createContext({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue