mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-28 06:34:13 +00:00
feat: toggle tool settings
This commit is contained in:
parent
ab88691838
commit
99bfd58c49
4 changed files with 48 additions and 12 deletions
|
|
@ -7,6 +7,9 @@ interface Props {
|
|||
const defaultSettings: Settings = {
|
||||
grid: true,
|
||||
canvasBorder: false,
|
||||
colorPicker: false,
|
||||
radiusChanger: true,
|
||||
blockSelector: true,
|
||||
};
|
||||
|
||||
export const SettingsContext = createContext({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue