fix focus, fix #389
This commit is contained in:
@@ -344,7 +344,7 @@ export default class Editor extends Emitter {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
focus(position = null) {
|
focus(position = 'start') {
|
||||||
if (position === null || position === false) {
|
if (position === null || position === false) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user