cac icon indicating copy to clipboard operation
cac copied to clipboard

fix: tweak `setDotProp` in utils

Open yuler opened this issue 4 years ago • 0 comments

I see the setDotProp use in CAC.js

It before use split('.'). So I think doesn't need keys[i + 1].indexOf('.') condition.

yuler avatar Dec 30 '20 14:12 yuler