@ainias42/react-bootstrap-mobile 0.1.13 → 0.1.15
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* @ainias42/react-bootstrap-mobile v0.1.
|
|
3
|
+
* @ainias42/react-bootstrap-mobile v0.1.14
|
|
4
4
|
* git+https://github.com/Ainias/Bootstrap-React-Mobile.git
|
|
5
5
|
* Copyright (c) Silas Günther and project contributors.
|
|
6
6
|
* This source code is licensed under the MIT license found in the
|
|
@@ -9764,7 +9764,7 @@ function Clickable(_a, ref) {
|
|
|
9764
9764
|
style,
|
|
9765
9765
|
href,
|
|
9766
9766
|
interactable = true,
|
|
9767
|
-
preventDefault =
|
|
9767
|
+
preventDefault = false,
|
|
9768
9768
|
stopPropagation = true
|
|
9769
9769
|
} = _a,
|
|
9770
9770
|
clickData = Clickable_rest(_a, ["className", "children", "style", "href", "interactable", "preventDefault", "stopPropagation"]);
|