0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

fixing it once and for all

This commit is contained in:
Víctor Losada Hernández
2024-09-07 22:37:22 +02:00
parent 22678b15af
commit e5f6d28abd

View File

@@ -126,7 +126,7 @@ const SplitPane = createClass({
renderDivider : function(){
return <>
{this.renderMoveArrows()}
{this.props.showDividerButtons && this.renderMoveArrows()}
<div className='divider' onPointerDown={this.handleDown} >
<div className='dots'>
<i className='fas fa-circle' />