File manager - Edit - /var/www/payraty/helpdesk/resources/client/reply-editor/get-reply-body.ts
Back
import {MutableRefObject} from 'react'; import {Editor} from '@tiptap/react'; export function getReplyBody( editorRef: MutableRefObject<Editor | null>, ): string | null { const body = editorRef.current?.getHTML(); if (body === '<p></p>') { return null; } return body ?? null; }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings