All modes

This commit is contained in:
Bryan Ashby 2023-02-25 13:15:28 -07:00
parent 0af70b0f57
commit ec68f8c80c
No known key found for this signature in database
GPG Key ID: C2C1B501E4EFD994
1 changed files with 0 additions and 4 deletions

View File

@ -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();
}; };