You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Write a post, save it and then go to admin/posts, try to click on any post, nothing happens.
The following error gets displayed in developer console.
lib.bundle.js:120 Uncaught TypeError: $(...).selectable is not a function
at HTMLDocument. (lib.bundle.js:120)
at f (lib.bundle.js:80)
at d (lib.bundle.js:80)
Additional info
Postleaf version: using master
Node version: 0.7
Affected browsers: chrome
Operating system: mac os.
The text was updated successfully, but these errors were encountered:
I have a feeling this has something to do with the latest update to the selectable plugin. You could try forcing the previous release in package.json. Not positive until I have time to test this out though.
Summary
Write a post, save it and then go to admin/posts, try to click on any post, nothing happens.
The following error gets displayed in developer console.
lib.bundle.js:120 Uncaught TypeError: $(...).selectable is not a function
at HTMLDocument. (lib.bundle.js:120)
at f (lib.bundle.js:80)
at d (lib.bundle.js:80)
Additional info
The text was updated successfully, but these errors were encountered: