Skip to content

Commit

Permalink
Merge pull request sony#16 from sony/develop
Browse files Browse the repository at this point in the history
[fixed] items cannot be selected.
  • Loading branch information
Yuya-Fukano committed May 6, 2016
2 parents e424adc + 89878de commit 71b5071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/View/FullCustom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2375,8 +2375,6 @@ module Garage {
*/
private _checkResizerSelected(position: IPosition): string {
var result: string = null;
result = "test";
result = "t";

var element = document.elementFromPoint(position.x, position.y);
if (element) {
Expand Down

0 comments on commit 71b5071

Please sign in to comment.