dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

fix issue1957: parse Dayjs object with plugin objectSupport

Open BePo65 opened this issue 3 years ago • 1 comments

Plugin objectSupport failed, when parsing a Dayjs object, as it only could handle Date object and the plain objectSupport object.

BePo65 avatar Jun 26 '22 17:06 BePo65

Codecov Report

Merging #1963 (1856cc2) into dev (cbe91fd) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               dev     #1963   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          183       183           
  Lines         2096      2096           
  Branches       550       549    -1     
=========================================
  Hits          2096      2096           
Impacted Files Coverage Δ
src/plugin/objectSupport/index.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Jun 26 '22 17:06 codecov[bot]