fix: empty heading crash on edit msg (#2929)
* fix crash when editing message with empty trailing heading * remove unused imports
This commit is contained in:
parent
341fedd932
commit
735bc15011
3 changed files with 6 additions and 7 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import React, { ReactNode, useCallback, useRef } from 'react';
|
||||
import { useAtomValue, useSetAtom } from 'jotai';
|
||||
import { config } from 'folds';
|
||||
import {
|
||||
CallEmbedContextProvider,
|
||||
CallEmbedRefContextProvider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue