mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
format
This commit is contained in:
committed by
Franz Liedke
parent
520c7e7d0f
commit
fd2dcd38d6
@@ -68,15 +68,12 @@ export default class TextEditor extends Component {
|
|||||||
/**
|
/**
|
||||||
* Here for extensibility
|
* Here for extensibility
|
||||||
*/
|
*/
|
||||||
textareaOnupdate(vnode) {
|
textareaOnupdate(vnode) {}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Here for extensibility
|
* Here for extensibility
|
||||||
*/
|
*/
|
||||||
textareaOnremove(vnode) {
|
textareaOnremove(vnode) {}
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build an item list for the text editor controls.
|
* Build an item list for the text editor controls.
|
||||||
|
Reference in New Issue
Block a user