Client: AccountsHome: deselect text by click

This commit is contained in:
Viktor Fomin 2023-05-18 16:18:43 +03:00
parent 6e0cee2f74
commit b54b2ff3f0

View File

@ -34,6 +34,7 @@ class SectionBodyContent extends React.Component {
) { ) {
setSelection([]); setSelection([]);
setBufferSelection(null); setBufferSelection(null);
window?.getSelection()?.removeAllRanges();
} }
}; };