Open rodcope1 opened 6 years ago
I tracked this down to a problem in ResizableInput. With the following change, everything works for me.
ResizableInput line 44 is: document.default-view ? window .get-computed-style input-element
I think it should be: (document.default-view ? window).get-computed-style input-element
I tracked this down to a problem in ResizableInput. With the following change, everything works for me.
ResizableInput line 44 is: document.default-view ? window .get-computed-style input-element
I think it should be: (document.default-view ? window).get-computed-style input-element