Skip to content

Commit

Permalink
remove set of display
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Aug 13, 2023
1 parent beb2973 commit fbf1c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/designer/TabPlacementService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default class TabPlacementService extends DefaultPlacementService {
i.removeStyle('left');
if (i.hasStyle('top'))
i.removeStyle('top');
i.setStyle('display', 'none');
}
}

Expand Down

0 comments on commit fbf1c14

Please sign in to comment.