|
@@ -14,6 +14,9 @@ import Delete from './delete';
|
|
|
/**
|
|
/**
|
|
|
* The typing feature. It handles typing.
|
|
* The typing feature. It handles typing.
|
|
|
*
|
|
*
|
|
|
|
|
+ * This is a "glue" plugin which loads the {@link module:typing/input~Input} and {@link module:typing/delete~Delete}
|
|
|
|
|
+ * plugins.
|
|
|
|
|
+ *
|
|
|
* @extends module:core/plugin~Plugin
|
|
* @extends module:core/plugin~Plugin
|
|
|
*/
|
|
*/
|
|
|
export default class Typing extends Plugin {
|
|
export default class Typing extends Plugin {
|