1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00
This commit is contained in:
Alexander Skvortsov
2020-08-16 00:34:40 -04:00
committed by Franz Liedke
parent 520c7e7d0f
commit fd2dcd38d6

View File

@@ -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.