@@ -134,30 +134,30 @@ class WrRecColl extends Item {
134134 }
135135 }
136136
137- protected renderToolbarLeft ( isDropdown = false ) {
138- const leftBar = super . renderToolbarLeft ( ) ;
139-
140- if ( this . embed ) {
141- return leftBar ;
142- }
143-
144- return html `${ leftBar } < a
145- href ="# "
146- role ="button "
147- class ="${ ! isDropdown
148- ? "button narrow is-borderless"
149- : "dropdown-item is-hidden-tablet" } "
150- title ="Start Archiving "
151- aria-label ="Start Archiving "
152- aria-controls ="record "
153- @click ="${ this . onShowStart } "
154- @keyup ="${ clickOnSpacebarPress } "
155- >
156- < span class ="icon is-small ">
157- < fa-icon size ="1.2em " aria-hidden ="true " .svg ="${ wrRec } "> </ fa-icon >
158- </ span >
159- </ a > ` ;
160- }
137+ // protected renderToolbarLeft(isDropdown = false) {
138+ // const leftBar = super.renderToolbarLeft();
139+
140+ // if (this.embed) {
141+ // return leftBar;
142+ // }
143+
144+ // return html`${leftBar}<a
145+ // href="#"
146+ // role="button"
147+ // class="${!isDropdown
148+ // ? "button narrow is-borderless"
149+ // : "dropdown-item is-hidden-tablet" }"
150+ // title="Start Archiving"
151+ // aria-label="Start Archiving"
152+ // aria-controls="record"
153+ // @click ="${this.onShowStart}"
154+ // @keyup ="${clickOnSpacebarPress}"
155+ // >
156+ // <span class="icon is-small">
157+ // <fa-icon size="1.2em" aria-hidden="true" .svg="${wrRec}"></fa-icon>
158+ // </span>
159+ // </a>`;
160+ // }
161161
162162 protected renderToolbarRight ( ) {
163163 const rightBar = super . renderToolbarRight ( ) ;
0 commit comments