Results 14 issues of Henrich Horváth

**To Reproduce** ```ts const onMove = (event) => { if (needToCancel) return false; } ``` `needToCancel = false;` Start dragging and moving. After one second, set `needToCancel = true`. Get:...

Hello guys, is it possible to add SVG image support?

enhancement

Clicking on infraction detail requested by `!infractions` command opens https://mod.gg/infractions?id={{id}} which then redirects to https://mod.gg/logs/infractions?id={{id}}. Filter bellow ID column is correctly filled with `{{id}}` but results are not filtered by...

bug

https://mod.gg/userlookup is showing all channels created by @**Message Staff**. It is not needed, breaks privacy? and makes piechart not to be shown: ![image](https://user-images.githubusercontent.com/4542110/99918664-e470e100-2d18-11eb-8df2-7324aface8be.png)

Improve searching in [mod.gg/userlookup](https://mod.gg/userlookup). 1. allow searching for users with just 1 or 2 letter usernames? ![image](https://user-images.githubusercontent.com/4542110/73585240-a1026900-449f-11ea-878c-66cd010daae1.png) 2. fix searching result not including user who surely exists ![image](https://user-images.githubusercontent.com/4542110/73585172-d5295a00-449e-11ea-9fba-a811cd0c7e3d.png)

enhancement

### Step by step scenario - have 2 vuedraggables - set first `:list1 = "[ first, second ]"`, second `:list2 = "[ third, forth ]"` - drag `second` - move...

### Step by step scenario - set `:list = [ first, second, third ]` - start dragging `second` - set `:list = [ second, first, third ]` (visually with no...

### Jsfiddle link none because of #147 ### Step by step scenario Have two vertical draggable columns (`#1` and `#2`) and another draggable (`#3`) with `position: fixed; z-index: 10` that...

### Step by step scenario Use CDN links from [README.md](https://github.com/SortableJS/vue.draggable.next/tree/8687d34f3182a1a0bfb138e995609f32ffe3ce6b#readme=) ### Actual Solution Vue and vuedraggable URLs return 404 ### Expected Solution Vue and vuedraggable URLs return 200 with javascript...

When I focus on `TextField` part of TypeAhead, dropdown (`_SuggestionsList`) automatically opens. I want to open dropdown only when text (in `TextEditingController`) will change. Is it possible for `_SuggestionsList` to...