|
@@ -73,6 +73,7 @@ class NumberPan extends Component{
|
|
style={this.getStyle()}
|
|
style={this.getStyle()}
|
|
onBlur={(e)=>e.stopPropagation()}
|
|
onBlur={(e)=>e.stopPropagation()}
|
|
onDoubleClick={(e)=>e.stopPropagation()}
|
|
onDoubleClick={(e)=>e.stopPropagation()}
|
|
|
|
+ onMouseDown={(e)=>e.stopPropagation()}
|
|
onClick={(e)=>e.stopPropagation()}>
|
|
onClick={(e)=>e.stopPropagation()}>
|
|
<table className={style['pan']} >
|
|
<table className={style['pan']} >
|
|
<tr>
|
|
<tr>
|