mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-20 13:51:29 +00:00
Hiding the editor snapping for now
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# changelog
|
# changelog
|
||||||
|
|
||||||
|
### Tuesday, 17/01/2017 - v2.7cont
|
||||||
|
- Added in code position to brew page jumping
|
||||||
|
|
||||||
### Saturday, 14/01/2017 - v2.7.0cont
|
### Saturday, 14/01/2017 - v2.7.0cont
|
||||||
- - Added a new Render Warning overlay. It detects situations where the brew may not be rendering correctly (wrong browser, browser is zoomed in...) and let's the user know
|
- - Added a new Render Warning overlay. It detects situations where the brew may not be rendering correctly (wrong browser, browser is zoomed in...) and let's the user know
|
||||||
|
|
||||||
|
|||||||
@@ -108,9 +108,11 @@ const Editor = React.createClass({
|
|||||||
onChange={this.handleTextChange}
|
onChange={this.handleTextChange}
|
||||||
onCursorActivity={this.handleCursorActivty} />
|
onCursorActivity={this.handleCursorActivty} />
|
||||||
|
|
||||||
|
{/*
|
||||||
<div className='brewJump' onClick={this.brewJump}>
|
<div className='brewJump' onClick={this.brewJump}>
|
||||||
<i className='fa fa-arrow-right' />
|
<i className='fa fa-arrow-right' />
|
||||||
</div>
|
</div>
|
||||||
|
*/}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -125,6 +125,7 @@ const NewPage = React.createClass({
|
|||||||
|
|
||||||
renderNavbar : function(){
|
renderNavbar : function(){
|
||||||
return <Navbar>
|
return <Navbar>
|
||||||
|
|
||||||
<Nav.section>
|
<Nav.section>
|
||||||
<Nav.item className='brewTitle'>{this.state.metadata.title}</Nav.item>
|
<Nav.item className='brewTitle'>{this.state.metadata.title}</Nav.item>
|
||||||
</Nav.section>
|
</Nav.section>
|
||||||
|
|||||||
Reference in New Issue
Block a user