mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +08:00
Export SuperTextarea util in compat
This commit is contained in:
parent
b4b56a120c
commit
79ac8b01eb
|
@ -19,6 +19,7 @@ import extract from './utils/extract';
|
|||
import ScrollListener from './utils/ScrollListener';
|
||||
import stringToColor from './utils/stringToColor';
|
||||
import subclassOf from './utils/subclassOf';
|
||||
import SuperTextarea from './utils/SuperTextarea';
|
||||
import patchMithril from './utils/patchMithril';
|
||||
import classList from './utils/classList';
|
||||
import extractText from './utils/extractText';
|
||||
|
@ -90,6 +91,7 @@ export default {
|
|||
'utils/stringToColor': stringToColor,
|
||||
'utils/Stream': Stream,
|
||||
'utils/subclassOf': subclassOf,
|
||||
'utils/SuperTextarea': SuperTextarea,
|
||||
'utils/setRouteWithForcedRefresh': setRouteWithForcedRefresh,
|
||||
'utils/patchMithril': patchMithril,
|
||||
'utils/classList': classList,
|
||||
|
|
Loading…
Reference in New Issue
Block a user