Skip to content
Snippets Groups Projects

Application context provider

Merged Christos requested to merge application-context-provider into master
4 files
+ 3
18
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -75,15 +75,13 @@ const CustomTagBlockComponent = ({ isShowTag, item }) => {
const { t, i18n } = useTranslation();
const ref = useRef();
const [inputValue, setInputValue] = useState('');
const { app } = useContext(ApplicationContext);
const {
pmViews: { main },
activeView,
activeViewId,
} = useContext(WaxContext);
const { app } = useContext(ApplicationContext);
const { state } = main;
const { $from } = state.selection;