conflict fix

pull/4010/head
aniket-engg 1 year ago
parent b650b981ba
commit 88e0dd763e
  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