We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb2973 commit fbf1c14Copy full SHA for fbf1c14
src/designer/TabPlacementService.ts
@@ -20,7 +20,6 @@ export default class TabPlacementService extends DefaultPlacementService {
20
i.removeStyle('left');
21
if (i.hasStyle('top'))
22
i.removeStyle('top');
23
- i.setStyle('display', 'none');
24
}
25
26
0 commit comments