Markdown editor switching
This commit is contained in:
8
src/actions/editor.js
Normal file
8
src/actions/editor.js
Normal file
@ -0,0 +1,8 @@
|
||||
export const SWITCH_VISUAL_MODE = 'SWITCH_VISUAL_MODE';
|
||||
|
||||
export function switchVisualMode(useVisualMode) {
|
||||
return {
|
||||
type: SWITCH_VISUAL_MODE,
|
||||
payload: useVisualMode
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user