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
constfb=newJodit.modules.FileBrowser({ajax: {url: 'https://xdsoft.net/jodit/finder/'},uploader: {url: 'https://xdsoft.net/jodit/finder/?action=fileUpload'}});fb.open((images)=>{console.log('Selected:',images);},true);// true - show only images
Expected behavior:
Right clicking on a image file pops up a context menu with Edit, Rename, Delete, Preview and Download
Actual behavior:
The menu shows up correctly the first time and on subsequent right clicks, the list is duplicated over and over.
Something somewhere is not gettting cleared out.
The text was updated successfully, but these errors were encountered:
Jodit Version: 4.0.1
Browser: Chrome
OS: Mac
Is React App: False
Code
Expected behavior:
Right clicking on a image file pops up a context menu with Edit, Rename, Delete, Preview and Download
Actual behavior:
The menu shows up correctly the first time and on subsequent right clicks, the list is duplicated over and over.
Something somewhere is not gettting cleared out.
The text was updated successfully, but these errors were encountered: