src/views/textview/text-view-header.js
Function styles
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
static get styles() {
return [
sharedDataViewStyles,
css`
#text-view-header {
Function render
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render() {
const renderSwitchButton =
this.renderSwitchButton && this.rightFileName !== '';
//prettier-ignore