All modes
This commit is contained in:
parent
0af70b0f57
commit
ec68f8c80c
|
@ -137,10 +137,6 @@ function MultiLineEditTextView(options) {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.getTextSgrPrefix = function () {
|
this.getTextSgrPrefix = function () {
|
||||||
if (!self.isEditMode()) {
|
|
||||||
return '';
|
|
||||||
}
|
|
||||||
|
|
||||||
return self.hasFocus ? self.getFocusSGR() : self.getSGR();
|
return self.hasFocus ? self.getFocusSGR() : self.getSGR();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue