mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-27 00:30:09 +02:00
fix dropdown btn
This commit is contained in:
@@ -34,6 +34,7 @@ const DropdownMenu = ({
|
||||
return (
|
||||
<div className="dropdown">
|
||||
<button
|
||||
type="button"
|
||||
ref={triggerRef}
|
||||
onClick={toggleDropdown}
|
||||
aria-haspopup="true"
|
||||
|
@@ -1248,7 +1248,6 @@ export default class App extends Component {
|
||||
saveHtmlBtnClickHandler(inlineAssets) {
|
||||
saveAsHtml(this.state.currentItem, { inlineAssets });
|
||||
trackEvent('ui', 'saveHtmlClick');
|
||||
e.preventDefault();
|
||||
}
|
||||
runBtnClickHandler() {
|
||||
this.contentWrap.setPreviewContent(true, true);
|
||||
|
Reference in New Issue
Block a user