You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that this should be an OS method (like OS.is_userfs_persistent) and not a feature tag, since this trait is unlikely to be used often for overriding settings and the like.
I agree on the sentiment but not on the solution. The default tags included in the engine are based on what they're built for. "clipboard" doesn't fit. It would be better as a function, so that it may be properly described, as well.
Describe the project you are working on
A multiplayer chess project in which you can copy PGNs to the clipboard.
Describe the problem or limitation you are having in your project
On chrome, if your project is embedded inside a
iframe
, it will not have access to the clipboard api by default[1].I need to know if that is the case, so I can provide a better way to write down the pgn.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
A feature tag if the clipboard is usable.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If this enhancement will not be used often, can it be worked around with a few lines of script?
Yes, you can do a
JavaScript.eval
, but its not very easy, and isn't cross platform.Is there a reason why this should be core and not an add-on in the asset library?
core.
The text was updated successfully, but these errors were encountered: