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

Close does not work in linux #14

Open
vido89 opened this issue Feb 17, 2021 · 2 comments
Open

Close does not work in linux #14

vido89 opened this issue Feb 17, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@vido89
Copy link

vido89 commented Feb 17, 2021

When I clik on "File" and "Close" nothing happens. Im on Ubuntu 18.04 LTS

@Max98 Max98 added the bug Something isn't working label Feb 17, 2021
@Max98
Copy link
Owner

Max98 commented Feb 17, 2021

It would be great if you can post the logs:
Open a project, open the devtools (I have no idea how to do this in linux, maybe you can show the application menu using ALT like in window?) and post the logs inside the devtool's console, after you press Close.

P.S: I'm pretty sure this directory/file path related, as things change between windows and linux/macOS

@vido89
Copy link
Author

vido89 commented Feb 17, 2021

Is this what you need

runtime-dom.esm-bundler.js?830f:30 Uncaught (in promise) TypeError: Cannot read property 'parentNode' of null
    at parentNode (runtime-dom.esm-bundler.js?830f:30)
    at componentEffect (runtime-core.esm-bundler.js?5c40:4280)
    at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
    at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154)
    at flushJobs (runtime-core.esm-bundler.js?5c40:362)
parentNode @ runtime-dom.esm-bundler.js?830f:30
componentEffect @ runtime-core.esm-bundler.js?5c40:4280
reactiveEffect @ reactivity.esm-bundler.js?a1e9:42
callWithErrorHandling @ runtime-core.esm-bundler.js?5c40:154
flushJobs @ runtime-core.esm-bundler.js?5c40:362
Promise.then (async)
queueFlush @ runtime-core.esm-bundler.js?5c40:264
queueJob @ runtime-core.esm-bundler.js?5c40:258
run @ reactivity.esm-bundler.js?a1e9:183
trigger @ reactivity.esm-bundler.js?a1e9:189
scheduler @ reactivity.esm-bundler.js?a1e9:819
run @ reactivity.esm-bundler.js?a1e9:183
trigger @ reactivity.esm-bundler.js?a1e9:189
set value @ reactivity.esm-bundler.js?a1e9:729
finalizeNavigation @ vue-router.esm-bundler.js?6c02:3055
eval @ vue-router.esm-bundler.js?6c02:3109
Promise.then (async)
eval @ vue-router.esm-bundler.js?6c02:3106
eval @ vue-router.esm-bundler.js?6c02:437
popStateHandler @ vue-router.esm-bundler.js?6c02:436

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants