quasarframework / quasar-ui-qcalendar

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available
https://quasarframework.github.io/quasar-ui-qcalendar
MIT License
421 stars 116 forks source link

Error in the Page WeekDragAndDrop #379

Closed engdlee closed 2 years ago

engdlee commented 2 years ago

Description: The drag an drop is not working in the WeekDragAndDrop Page Example

To Reproduce Steps to reproduce the behavior:

  1. Go to https://qcalendar.netlify.app/examples/week-drag-and-drop
  2. Drag any of the elements from the list
  3. Drop it in the week calendar
  4. See error in console: vendor.b3650068.js:1 TypeError: e.printScope is not a function

Expected behavior Drag and drop should work like in the other examplex

Screenshots image

Desktop (please complete the following information):

Well after checking it, its just missing this i guess:

// this method is used only to print the scope to dev tools
    printScope (scope) {
      console.log('scope:', scope)
      return true
    }
hawkeye64 commented 2 years ago

Thanks for finding this. I am super busy right now. I'll review your PR this weekend (if not before).

hawkeye64 commented 2 years ago

I'll make a release before the weekend. Thanks again. :heart: