mirror of
https://github.com/flarum/core.git
synced 2025-08-07 17:07:19 +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
|
||||
*/
|
||||
textareaOnupdate(vnode) {
|
||||
}
|
||||
|
||||
textareaOnupdate(vnode) {}
|
||||
|
||||
/**
|
||||
* Here for extensibility
|
||||
*/
|
||||
textareaOnremove(vnode) {
|
||||
}
|
||||
textareaOnremove(vnode) {}
|
||||
|
||||
/**
|
||||
* Build an item list for the text editor controls.
|
||||
|
Reference in New Issue
Block a user