Skip to content

Commit

Permalink
fix(ui5-tooling-modules): disable busy indicator enrichment
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig committed Sep 26, 2024
1 parent 7f80b54 commit 50b3a60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/ui5-tooling-modules/lib/templates/Package.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{{#if isBaseLib}}
{{#if scopeSuffix}}
import "@ui5/webcomponents-base/dist/features/OpenUI5Support.js";
import { setCustomElementsScopingSuffix } from "@ui5/webcomponents-base/dist/CustomElementsScope.js";
setCustomElementsScopingSuffix("{{scopeSuffix}}");
{{/if}}

import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
import OpenUI5Enablement from "@ui5/webcomponents-base/dist/features/OpenUI5Enablement.js";
OpenUI5Enablement.enrichBusyIndicatorSettings(UI5Element);
//OpenUI5Enablement.enrichBusyIndicatorSettings(UI5Element);
{{/if}}

import { registerEnum } from "sap/ui/base/DataType";
Expand Down

0 comments on commit 50b3a60

Please sign in to comment.