isobit-ui 0.0.450 → 0.0.451
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.0.
|
|
2
|
+
* isobit-ui v0.0.451
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5870,7 +5870,7 @@ window.ui = _$1.ui = function (cfg) {
|
|
|
5870
5870
|
var f = me.$children[0];
|
|
5871
5871
|
var action = f.action;
|
|
5872
5872
|
if (e.action) action = e.action;
|
|
5873
|
-
var t = e.target.$vnode ? e : me.$children[0].$children[0];
|
|
5873
|
+
var t = e.$vnode ? e : e.target && e.target.$vnode ? e : me.$children[0].$children[0];
|
|
5874
5874
|
if (t.src) action = t.src.replace("/0/0", "");
|
|
5875
5875
|
if (!action) action = window.location.pathname;
|
|
5876
5876
|
var selected = me.getSelected(t)[0];
|