0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 23:12:39 +00:00

Merge pull request #3716 from 5e-Cleric/fix-arrows-in-vault-this-time-for-real

fixing it once and for all
This commit is contained in:
Trevor Buckner
2024-09-09 10:52:52 -04:00
committed by GitHub

View File

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