os-js/OS.js

Remove clock widget in demo

maryam4s26 opened this issue · 4 comments

hi @andersevenrud
Why can't I remove the clock widget? https://demo.os-js.org/
But can I add it indefinitely?

image

The widget(s) should have a context menu with an option to remove. A bug ?

I don't have this problem in my local version, but I encountered this in the demo version

image

I guess you haven't added the following line in the client.
src/client/index.scss

@import "~@osjs/widgets/dist/main.css";

Thank you for reporting this. I just checked my demo setup and the import is missing🤦

Fixed!