mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
minor fixes and dead code removal
This commit is contained in:
@@ -1528,20 +1528,6 @@ export default class App extends Component {
|
||||
|
||||
<Alerts />
|
||||
|
||||
<form
|
||||
style="display:none;"
|
||||
action="https://codepen.io/pen/define"
|
||||
method="POST"
|
||||
target="_blank"
|
||||
id="js-codepen-form"
|
||||
>
|
||||
<input
|
||||
type="hidden"
|
||||
name="data"
|
||||
value='{"title": "New Pen!", "html": "<div>Hello, World!</div>"}'
|
||||
/>
|
||||
</form>
|
||||
|
||||
<Modal
|
||||
show={this.state.isAddLibraryModalOpen}
|
||||
closeHandler={() => this.setState({ isAddLibraryModalOpen: false })}
|
||||
|
Reference in New Issue
Block a user