add setting diable/enable smart guide
This commit is contained in:
@@ -189,6 +189,7 @@ export const useEditorStore = create<EditorStoreType>((set, get) => {
|
||||
autoPlay: false,
|
||||
pageFlipSound: true,
|
||||
leftToRightFlip: false,
|
||||
smartGuide: true,
|
||||
backgroundType: 'color',
|
||||
backgroundColor: '#ffffff',
|
||||
backgroundGradient: {
|
||||
|
||||
@@ -97,6 +97,7 @@ export type DocumentSettings = {
|
||||
autoPlay: boolean;
|
||||
pageFlipSound: boolean;
|
||||
leftToRightFlip: boolean;
|
||||
smartGuide: boolean;
|
||||
backgroundType: BackgroundType;
|
||||
backgroundColor: string;
|
||||
backgroundGradient?: LinearGradient;
|
||||
|
||||
Reference in New Issue
Block a user