question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not select folder or fullscreen mode

See original GitHub issue

When 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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
olipiskandarcommented, Oct 12, 2018

the error in the ur ss console is related to this line Laravel-Media-Manager/src/resources/assets/js/modules/gestures.js

Line 137 in 7401505

switch (type) { which is solved, however u can make a repo with ur setup so i can investigate the problem more

its work… after create new project & use yarn

0reactions
ctf0commented, Oct 11, 2018

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found