fit-ui 3.5.3 → 3.5.4
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/Fit.UI.js +2 -2
- package/dist/Fit.UI.min.js +1 -1
- package/package.json +1 -1
package/dist/Fit.UI.js
CHANGED
|
@@ -682,7 +682,7 @@ Fit._internal =
|
|
|
682
682
|
{
|
|
683
683
|
Core:
|
|
684
684
|
{
|
|
685
|
-
VersionInfo: { Major: 3, Minor: 5, Patch:
|
|
685
|
+
VersionInfo: { Major: 3, Minor: 5, Patch: 4 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
|
|
686
686
|
}
|
|
687
687
|
};
|
|
688
688
|
|
|
@@ -30674,7 +30674,7 @@ Fit.Controls.TreeView = function(ctlId)
|
|
|
30674
30674
|
// This will also fire the PickerBase.OnFocusIn event since TreeView fires this event
|
|
30675
30675
|
// whenever it gains focus. This allows e.g. DropDown to yet again move focus to its
|
|
30676
30676
|
// primary input field.
|
|
30677
|
-
rootNode.GetDomElement().focus();
|
|
30677
|
+
rootNode.GetDomElement().focus({ preventScroll: true });
|
|
30678
30678
|
}
|
|
30679
30679
|
});
|
|
30680
30680
|
}
|