Commit Graph
2 Commits
Author SHA1 Message Date
Fengyuan ChenandGitHub 388e76b54c fix(Popover): fix the arrow position of *-start/end placements (#11584) 2023-02-18 14:51:36 +08:00
Fengyuan Chenandchenjiahan cd439c04f3 fix(utils): avoid getting unexpected value (#11010)
For example, when calling `get({}, 'button.small')`, it expects to return an empty string, but return a function (`''.small` is a native function, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/small).
2022-09-05 23:42:11 +08:00