fix fontFamily state updating (#1679)
This commit is contained in:
@ -374,7 +374,7 @@ export const actionChangeFontFamily = register({
|
||||
}),
|
||||
appState: {
|
||||
...appState,
|
||||
currentItemFontFamily: appState.currentItemFontFamily,
|
||||
currentItemFontFamily: value,
|
||||
},
|
||||
commitToHistory: true,
|
||||
};
|
||||
|
Reference in New Issue
Block a user