Fixed issue with helpers
This commit is contained in:
parent
1529217975
commit
476d5d776c
@ -119,7 +119,7 @@ function Commander (ronin) {
|
||||
}
|
||||
|
||||
this.commit = function (shape) {
|
||||
if (this._input.value.indexOf('$') < 0) { return }
|
||||
if (this.cache.indexOf('$') < 0) { return }
|
||||
const segs = this.cache.split('$')
|
||||
const seg = segs[1]
|
||||
const words = seg.split(' ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user