Project

General

Profile

« Previous | Next » 

Revision 32da02c5

Added by Oleh Fedorenko over 2 years ago

Revert "Fixes #32035 - Add DSL autocompletion in templates"

This reverts commit bde7047acb8a68a899f60585f751093c9713bb92.

View differences:

webpack/assets/javascripts/react_app/components/Editor/components/EditorOptions.js
template,
theme,
themes,
autocompletion,
liveAutocompletion,
toggleMaskValue,
toggleModal,
} = this.props;
......
keyBinding={keyBinding}
theme={theme}
themes={themes}
autocompletion={autocompletion}
liveAutocompletion={liveAutocompletion}
/>
<OverlayTrigger
delayShow={500}
......
template: PropTypes.string,
theme: PropTypes.string.isRequired,
themes: PropTypes.array.isRequired,
autocompletion: PropTypes.bool.isRequired,
liveAutocompletion: PropTypes.bool.isRequired,
toggleMaskValue: PropTypes.func.isRequired,
toggleModal: PropTypes.func.isRequired,
};

Also available in: Unified diff