PromucFlow_constructor/app/client/cypress/e2e/Regression/ClientSide/VisualTests
Aswath K fe7cbac970
fix: CodeEditor issues on resizing (#26082)
CodeMirror code editor is not being refreshed when we resize it. This
caused issue #23796

- Added a ResizeObserver which will call `editor.refresh()` on resize
- Removed `containerHeight` props which is no longer useful due to the
introduction of the resize observer. This was introduced in #16971
2023-08-23 11:25:19 +05:30
..
AppPageLayout_spec.js
DatasourcePageLayout_spec.js
JSEditorComment_spec.js
JSEditorIndent_spec.js fix: CodeEditor issues on resizing (#26082) 2023-08-23 11:25:19 +05:30
JSEditorSaveAndAutoIndent_spec.js fix: CodeEditor issues on resizing (#26082) 2023-08-23 11:25:19 +05:30
WidgetsLayout_spec.js