Fixed issue with helpers

This commit is contained in:
Devine Lu Linvega 2019-07-26 13:29:32 +09:00
parent 1529217975
commit 476d5d776c

View File

@ -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(' ')