Skip to content
#

ecmascript

Here are 956 public repositories matching this topic...

neo
tobiu
tobiu commented Feb 2, 2021

Flagging this issue as "good first issue" & "help wanted", since it is an easy one.

Move the logic inside the promise callback of dragStart() into a new method.

        Neo.main.DomAccess.getBoundingClientRect({
            id: me.getDragElementRoot().id
        }).then(rect => {
            offsetX = data.clientX - rect.left;
            offsetY = data.clientY - rect.top;

      
es4x
yuangu
yuangu commented Aug 17, 2020

I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^

Improve this page

Add a description, image, and links to the ecmascript topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ecmascript topic, visit your repo's landing page and select "manage topics."

Learn more