Disable submit button when Lexical is empty

This commit is contained in:
Andy Smith
2025-08-20 15:04:19 -05:00
parent 00dd69c6c7
commit c911932d77
@@ -31,6 +31,12 @@
position: absolute;
white-space: pre-line;
}
/* Disable the sublit button when Lexical is empty */
+ .comment__submit {
opacity: 0.5;
pointer-events: none;
}
}
}