Devlog #3
Some New Features!
Add open and close window functions. You can open by clicking “PoseiOS” in the topbar, and close by clicking the “x” button.
Add left & right padding on top bar.
Bug Fixes
Fix text being highlighted when dragging windows by using user-select: none; cursor: grab;
I encountered a bug where u can drag window by selecting any part of it. I fixed this by changing the id to include “-handle” so that the javascript could recognize it (before the javascript was looking for “handle” instead of “-handle” which created the bug).
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.