zsmj 12 months ago
parent
commit
12b35fbd0c
  1. 2
      packages/fineui/src/core/constant/writable.var.js

2
packages/fineui/src/core/constant/writable.var.js

@ -130,7 +130,7 @@ const getCacheItem = key => {
export let EVENT_BLUR = _global.localStorage ? getCacheItem("event.blur") : true;
export const setEventBlur = v => {
EVENT_BLUR = v;
Cache.setItem("event.blur", newVal);
Cache.setItem("event.blur", v);
};
PropertyDescriptors["EVENT_BLUR"] = {
enumerable: true,

Loading…
Cancel
Save