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

Can't scroll in code window and output window #24

Open
denismullaraj opened this issue May 7, 2020 · 2 comments
Open

Can't scroll in code window and output window #24

denismullaraj opened this issue May 7, 2020 · 2 comments

Comments

@denismullaraj
Copy link

Sometimes scrolling within the code window and output window does not work properly.

This is a screenrecording of the issue in the output window, couldn't replicate again the code window issue.

ezgif com-video-to-gif (5)

Using Chrome Version 81.0.4044.129 (Official Build) (64-bit) on MacOS.
Code wrote in the Code Window to reproduce the issue in the Output Window:

import Foundation

class Adapter: NSObject {
    static var lat: Int = {
        // some calculations
        print("lat")
        return 1
    }()
}

print(Adapter.lat)
print(Adapter.lat)

class Adapter2: NSObject {
    static var width: Int {
        // some calculations
        print("width")
        return 1
    }
}

print(Adapter2.width)
print(Adapter2.width)
@milank-gintaa
Copy link

I have faced the same problem

@denismullaraj
Copy link
Author

@milank-gintaa Yeah, I'm still facing the same problem, not sure if anyone is taking a look at it currently

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

No branches or pull requests

2 participants