mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[WIKI-539] regression: toolbar visible in comments card #7508
This commit is contained in:
committed by
GitHub
parent
e0b0aafc2b
commit
3f60f14bb1
@@ -119,7 +119,7 @@ export const LiteTextEditor = React.forwardRef<EditorRefApi, LiteTextEditorWrapp
|
||||
containerClassName={cn(containerClassName, "relative")}
|
||||
{...rest}
|
||||
/>
|
||||
{showToolbar && (
|
||||
{showToolbar && editable && (
|
||||
<div
|
||||
className={cn(
|
||||
"transition-all duration-300 ease-out origin-top overflow-hidden",
|
||||
|
||||
Reference in New Issue
Block a user