Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update version of gl.js to 0.1.23 #16

Merged
merged 1 commit into from
Mar 24, 2021
Merged

Conversation

optozorax
Copy link
Contributor

This fixes error message in the browser console and copy-paste in the browser (#15 )

image

Latest version taken from here.

This fixes error message in the browser console and copy-paste in the browser
clipboardData = e.clipboardData || window.clipboardData;
pastedData = clipboardData.getData('Text');
var clipboardData = e.clipboardData || window.clipboardData;
var pastedData = clipboardData.getData('Text');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines fix copy-pasting.

@emilk emilk merged commit b236f5d into not-fl3:master Mar 24, 2021
@optozorax optozorax deleted the patch-1 branch March 24, 2021 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants