[#370] added rich text editor field
This commit is contained in:
@@ -31,6 +31,10 @@
|
||||
}, 200);
|
||||
}
|
||||
|
||||
export function isExpanded() {
|
||||
return !!active;
|
||||
}
|
||||
|
||||
export function expand() {
|
||||
collapseSiblings();
|
||||
active = true;
|
||||
|
||||
Reference in New Issue
Block a user