Can not select folder or fullscreen mode
See original GitHub issueWhen i click a folder to explore them or click full screen mode button, i got an error in console:
media.js:3318 [Vue warn]: Error in event handler for "dbltap": "ReferenceError: type is not defined"
found in
---> <VTouch>... (1 recursive calls)
<MediaManager> at resources/assets/vendor/MediaManager/js/components/manager.vue
<Root>
**Error here:**
if (type == 'hold') {
this.setSelected(file, i);
this.imageEditor();
// anything but images, toggle lock
if (!this.selectedFileIs('image')) {
this.lockFileForm();
}
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Folders only open in full screen. How do I fix this?
Right-click the application shortcut and select Properties. Select the Shortcut tab. Choose how you want to run the program by clicking the drop ......
Read more >Solved Folders won't open to full screen Windows 10 Forums
Press Windows Key + down arrow again to minimize a window. Thanks for the great info! I am back to a full screen....
Read more >Help! My Documents folder suddently takes up the full screen
Pressing the windows key + x, ctrl+alt+delete keys together or right clicking the task bar. From the list choose task manager. In the...
Read more >Following update, folders open fullscreen... How to fix? - Reddit
They now open full screen with different icon spacing than my home screen, and I can't find any options for folders specifically.
Read more >Browse full screen in Preview - Apple Support Communities
To view a folder of images in full screen with Preview, select all the images in the folder, right control click on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
its work… after create new project & use yarn
the error in the ur ss console is related to this line https://github.com/ctf0/Laravel-Media-Manager/blob/74015059e042584175adb456ca7127fbd13ab7cf/src/resources/assets/js/modules/gestures.js#L137
which is solved, however u can make a repo with ur setup so i can investigate the problem more