mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
Clipper: Move Confirm button up
This commit is contained in:
parent
40d82b80f1
commit
1a1c190ea3
@ -210,12 +210,12 @@ class AppComponent extends Component {
|
|||||||
} else if (hasContent) {
|
} else if (hasContent) {
|
||||||
previewComponent = (
|
previewComponent = (
|
||||||
<div className="Preview">
|
<div className="Preview">
|
||||||
|
<a className={"Confirm Button"} onClick={this.confirm_click}>Confirm</a>
|
||||||
<h2>Preview:</h2>
|
<h2>Preview:</h2>
|
||||||
<input className={"Title"} value={content.title} onChange={this.contentTitle_change}/>
|
<input className={"Title"} value={content.title} onChange={this.contentTitle_change}/>
|
||||||
<div className={"BodyWrapper"}>
|
<div className={"BodyWrapper"}>
|
||||||
<div className={"Body"} dangerouslySetInnerHTML={{__html: content.body_html}}></div>
|
<div className={"Body"} dangerouslySetInnerHTML={{__html: content.body_html}}></div>
|
||||||
</div>
|
</div>
|
||||||
<a className={"Confirm Button"} onClick={this.confirm_click}>Confirm</a>
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user