bug fixes

This commit is contained in:
ammarahm-ed
2021-06-07 11:53:27 +05:00
parent 04f5050660
commit dc1ad7dbef
25 changed files with 247 additions and 196 deletions

View File

@@ -84,7 +84,6 @@ const MoveNoteComponent = ({close, note, setNote}) => {
const selectedItemsList = useSelectionStore(state => state.selectedItemsList);
const setNotebooks = useNotebookStore(state => state.setNotebooks);
const [expanded, setExpanded] = useState('');
const [notebookInputFocused, setNotebookInputFocused] = useState(false);
const [topicInputFocused, setTopicInputFocused] = useState(false);