Yusuf Özdemir

Results 4 issues of Yusuf Özdemir

Is there any event that indicates the dom is ready? I need to use scrollIntoView to go bottom of the page when the page refresh.

how can I use custom image when dragging like : ```js el.addEventListener('dragstart', function (e) { const img = image_element; e.dataTransfer.setDragImage(img, 0, 15); e.dataTransfer.effectAllowed = 'all'; e.dataTransfer.dropEffect = 'copy'; e.dataTransfer.setData('data', 'test');...

The 'can' method in the user trait is now in the core library, in order to use both functionalities, it is renamed to 'permission'.

Bug

Currently, the VueFinder file manager's preview feature lacks support for sending custom headers, such as Authorization headers containing JWT tokens, when fetching images or loading videos, previewing pdfs etc.. This...

help wanted