Skip to content

Commit 557c675

Browse files
hanzhenfengMrCoder
authored andcommitted
1. hide the download html button on footer
2. hide the detach window button on footer. detach window has bug, should be fixed when open it.
1 parent e4df86f commit 557c675

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/Footer.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ export default class Footer extends Component {
190190

191191
<div class="footer__right">
192192
<button
193+
style="display: none;"
193194
onClick={this.props.saveHtmlBtnClickHandler}
194195
id="saveHtmlBtn"
195196
class="mode-btn hint--rounded hint--top-left hide-on-mobile"
@@ -236,7 +237,7 @@ export default class Footer extends Component {
236237
</svg>
237238
</button>
238239

239-
<div class="footer__separator hide-on-mobile" />
240+
<div style="display: none;" class="footer__separator hide-on-mobile" />
240241

241242
<button
242243
onClick={this.layoutBtnClickhandler.bind(this, 1)}
@@ -291,6 +292,7 @@ export default class Footer extends Component {
291292
</svg>
292293
</button>
293294
<button
295+
style="display:none;"
294296
class="mode-btn hint--top-left hint--rounded hide-on-mobile"
295297
aria-label="Detach Preview"
296298
onClick={this.props.detachedPreviewBtnHandler}

0 commit comments

Comments
 (0)