conflict fix

pull/5370/head
aniket-engg 2 years ago
parent fc3431d42a
commit 9edc324586
  1. 3
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -672,9 +672,6 @@ export const EditorUI = (props: EditorUIProps) => {
return editorRef.current.getOption(51)
}
props.editorAPI.getPositionAt = (offset: number): IPosition => {
return editorRef.current.getModel().getPositionAt(offset)
}
;(window as any).addRemixBreakpoint = (position) => {
// make it available from e2e testing...
const model = editorRef.current.getModel()

Loading…
Cancel
Save