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 01ef631 commit 2f8fedfCopy full SHA for 2f8fedf
webapp/controller/Main.controller.ts
@@ -371,13 +371,15 @@ export default class Main extends BaseController {
371
);
372
dialog.close();
373
dialog.destroy();
374
+ this.focusSearch();
375
},
376
}),
377
endButton: new Button({
378
text: "Close",
379
press: () => {
380
381
382
383
384
385
draggable: true,
webapp/view/Main.view.xml
@@ -70,7 +70,7 @@
70
<IconTabFilter
71
key="UI5"
72
text="{= 'UI5/FIORI (' + ${local>/ui5Count} + ')' }"
73
- icon="sap-icon://sap-ui5"
+ icon="sap-icon://popup-window"
74
/>
75
76
key="ABAP"
0 commit comments