Revert "feat: native smart tags (#782)"

This reverts commit c3772e06b4.
This commit is contained in:
Karol Sójko
2022-01-05 16:11:17 +01:00
parent 122f8fc266
commit b57350c899
33 changed files with 870 additions and 1032 deletions

View File

@@ -124,9 +124,9 @@ const NotesView: FunctionComponent<Props> = observer(
};
const panelResizeFinishCallback: ResizeFinishCallback = (
_lastWidth,
_lastLeft,
_isMaxWidth,
_w,
_l,
_mw,
isCollapsed
) => {
appState.noteTags.reloadTagsContainerMaxWidth();