fixed cell edit highlight
This commit is contained in:
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@@ -50,7 +50,8 @@ class EditorController extends CanvasController{
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
$(".cell-type" ).css( "border-color", "black" );
|
$(".cell-type" ).css( "border-color", "black" );
|
||||||
$("#"+this.id).css("border-color", "yellow");
|
var selected = '#'+this.id+'.cell-type';
|
||||||
|
$(selected).css("border-color", "yellow");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user