Update textWysiwyg.tsx

This commit is contained in:
zsviczian
2022-03-13 23:45:03 +01:00
committed by GitHub
parent 73111500d3
commit d3cbceb7fa

View File

@@ -551,7 +551,7 @@ export const textWysiwyg = ({
setTimeout(() => {
editable.onblur = () => {
app.setState({
toastMessage:
toastMessage:
target instanceof HTMLElement
? target.tagName ?? "no tagName"
: "not an HTMLElement",