|
@@ -344,7 +344,7 @@ class SpreadDrop extends Component{
|
|
getClass(){
|
|
getClass(){
|
|
const {isImports,show,value} = this.props;
|
|
const {isImports,show,value} = this.props;
|
|
const blueBorder = this.state.editable?style['blue-border']:'';
|
|
const blueBorder = this.state.editable?style['blue-border']:'';
|
|
- const orgBorder = isImports&&!value?style['orange-border']:'';
|
|
|
|
|
|
+ const orgBorder = isImports?style['orange-border']:'';
|
|
if(show){
|
|
if(show){
|
|
$(this.$div.current).addClass(style['borderd']);
|
|
$(this.$div.current).addClass(style['borderd']);
|
|
}else{
|
|
}else{
|