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