dropdown icon indicating copy to clipboard operation
dropdown copied to clipboard

getPopupContainer return document.documentElement will make a crash

Open lyz810 opened this issue 4 years ago • 0 comments

getPopupContainer = () => document.documentElement let dom-align crash (Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'.) should add some protect?

lyz810 avatar Dec 02 '20 03:12 lyz810