feat(app): add copy unicode button
This commit is contained in:
committed by
Tobias Fried
parent
7502b8b3ce
commit
697c6c836c
@@ -42,6 +42,7 @@ export default ({ children }: { children: ReactNode }) => {
|
||||
|
||||
const listen: ListenToItems = useCallback(
|
||||
({ updateItem, updateAllKnownItems }) => {
|
||||
void updateAllKnownItems;
|
||||
const onStorage = (event: StorageEvent) => {
|
||||
// ignore clear() calls
|
||||
if (event.storageArea === localStorage && event.key !== null) {
|
||||
|
||||
Reference in New Issue
Block a user