## Description QA branch for mobile responsiveness --------- Co-authored-by: Aswath K <aswath@appsmith.com> Co-authored-by: Arsalan Yaldram <arsalanyaldram0211@outlook.com> Co-authored-by: Aswath K <aswath.sana@gmail.com> Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com> Co-authored-by: rahulramesha <rahul@appsmith.com>
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import type { AppState } from "@appsmith/reducers";
|
|
|
|
export const getIsCanvasInitialized = (state: AppState) => {
|
|
return state.ui.mainCanvas.initialized;
|
|
};
|