@sumaris-net/ngx-components 2.3.7 → 2.3.8-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/src/app/shared/toolbar/toolbar.mjs +2 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -18955,7 +18955,7 @@ class ToolbarComponent {
|
|
|
18955
18955
|
}
|
|
18956
18956
|
tapClose(event) {
|
|
18957
18957
|
// DEV only
|
|
18958
|
-
|
|
18958
|
+
console.debug("[toolbar] tapClose", event);
|
|
18959
18959
|
if (this._validateTapCount > 0)
|
|
18960
18960
|
return;
|
|
18961
18961
|
// Distinguish simple and double tap
|