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 dee7593 commit c3332b4Copy full SHA for c3332b4
src/main/resources/META-INF/frontend/fcEnhancedTabs/connector.js
@@ -2,7 +2,7 @@
2
* #%L
3
* Enhanced Tabs Add-on
4
* %%
5
- * Copyright (C) 2023 Flowing Code
+ * Copyright (C) 2023-2024 Flowing Code
6
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
* you may not use this file except in compliance with the License.
@@ -21,6 +21,9 @@
21
(function () {
22
window.Vaadin.Flow.fcEnhancedTabsConnector = {
23
initLazy: tabs => {
24
+
25
+ if (tabs.fcEnhancedTabsConnector) return;
26
+ tabs.fcEnhancedTabsConnector = true;
27
28
let close = tabs._close;
29
0 commit comments