plyr icon indicating copy to clipboard operation
plyr copied to clipboard

Fix Player Controllers type declaration. Accept string instead of string[]. Just like controller.md example, which accepts string, not string[]

Open erez111 opened this issue 3 years ago • 1 comments

…ing[]. Just like controller.md example, which accepts string, not string[]

Link to related issue (if applicable)

Summary of proposed changes

erez111 avatar Apr 24 '22 10:04 erez111

I guess it should be string | Array<string> | ...? Array<string> is still valid.

sampotts avatar Sep 09 '22 12:09 sampotts

I've added string as per my comment. Commit incoming.

sampotts avatar Nov 17 '22 01:11 sampotts