Paul Klink
Paul Klink
This issue was raised in #696 (and others). Needs a PR. I need to write this up again 😒. Will do this when I have some time.
Hi Jim, I have started a PR which implements `DragStartEvent`, `DragMoveEvent` and `DragStopEvent` events. However I have run into some problems with maintaining backwards compatibility. So I have decided to...
@jimparslow - Unfortunately the only insight I can provide is use the earliest suitable version 3 release. I may do some alpha/beta releases which you could use.
@Andrew-Bx - Below is a peek of the Move part of the new Drag API (note it will still change). A event is fired whenever the mouse is moved and...
@pavan6014, As discussed in #736, there are a number of requests for Golden Layout User Interface improvements. As with this issue, these are good ideas. However with the limited maintainer...
Also encountered this error. In my case, the cause was due to imports of type `import("./").` in the `*.d.ts` files under the `lib` folder. This usage of `import()` in the...
Have to convert some code which previously used `number` to `Decimal` (decimal.js). Unfortunately the equivalence and comparisons all still happily compile but are now wrong. So need to carefully go...
With the ongoing march of ESM and the low cadence of Golden Layout releases, I don't think this change warrants the effort of maintainers. One of the public CDNs may...
Cannot remember the issue - sorry about that. I was not that experienced with Hugo back then so might have been something I was doing wrong. Maybe include or exclude...
I suspect most apps use GL for panels within the app. See this [CodePen example](https://codepen.io/pbklink/pen/dyWJNNm). The real challenge is to find a JavaScript menu library which nicely implements File>New.