Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not select folder or fullscreen mode #61

Closed
tantana5 opened this issue Oct 4, 2018 · 6 comments
Closed

Can not select folder or fullscreen mode #61

tantana5 opened this issue Oct 4, 2018 · 6 comments
Labels

Comments

@tantana5
Copy link

tantana5 commented Oct 4, 2018

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();
                }
            }
@ctf0
Copy link
Owner

ctf0 commented Oct 4, 2018

its fixed in the latest release, plz update

@ctf0 ctf0 added the bug label Oct 4, 2018
@ctf0 ctf0 closed this as completed Oct 4, 2018
@olipiskandar
Copy link

hallo...
i got error like above issue..
download

@ctf0
Copy link
Owner

ctf0 commented Oct 10, 2018

@olipiskandar plz update the resources files

php artisan vendor:publish --provider="ctf0\MediaManager\MediaManagerServiceProvider" --force

@olipiskandar
Copy link

@olipiskandar plz update the resources files

php artisan vendor:publish --provider="ctf0\MediaManager\MediaManagerServiceProvider" --force

still not work..
after clear chace still not work

@ctf0
Copy link
Owner

ctf0 commented Oct 11, 2018

the error in the ur ss console is related to this line

which is solved, however u can make a repo with ur setup so i can investigate the problem more

@olipiskandar
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants