16 lines
261 B
JavaScript
16 lines
261 B
JavaScript
|
|
|
|
import commentBody from '../comment.body.js';
|
|
|
|
import textarea from '/elements/textarea.js';
|
|
|
|
|
|
export default class commentEditBody extends commentBody, textarea{
|
|
|
|
useCustomElement = true;
|
|
|
|
height = "97px";
|
|
|
|
placeholder = "Message";
|
|
|
|
} |