joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

Drag-n-Drop block issue at Dashboard page #165

Closed davidnguyen-joomlashine closed 4 years ago

davidnguyen-joomlashine commented 4 years ago

Steps to reproduce the issue

Go head over to the "Dashboard" page. Mouse over the "handle" icon of one of the blocks, your cursor will turn into "Grabbing" type, but the drag-n-drop does not work.

Expected result

Actual result

System information (as much as possible)

Additional comments

ahamed commented 4 years ago

At my end, it's working as it is. I think you need to run npm run build:js && npm run build:css command on your terminal and hard reload your browser.

davidnguyen-joomlashine commented 4 years ago

@ahamed07sajeeb you are right. Thank you