ps-toolkit-ui 1.11.69 → 1.11.70

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.
@@ -1747,7 +1747,7 @@
1747
1747
  FormClass.prototype.clear = function () {
1748
1748
  this.method = exports.Method.Post;
1749
1749
  this.url = this.baseUrl;
1750
- this.setButtons(this.onTop, false);
1750
+ this.setButtons(this.onTop, this.isEdit);
1751
1751
  this.clearInputs();
1752
1752
  if (this.onTop) {
1753
1753
  this.focus();