server icon indicating copy to clipboard operation
server copied to clipboard

Handle maxOne

Open aalemayhu opened this issue 4 years ago • 0 comments

const backSide = (() => {
                let _b = b;
                if (this.settings.maxOne) {
                  _b = this.removeNestedToggles(b);
                }
                if (this.settings.perserveNewLinesInSummary) {
                  _b = replaceAll(_b, "\n", "<br />");
                }
                return _b;
              })();

aalemayhu avatar Dec 24 '21 10:12 aalemayhu