mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
MD Editor: Starting conversion to typescript
This commit is contained in:
@@ -127,6 +127,10 @@ export class ImageManager extends Component {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {({ thumbs: { display: string; }; url: string; name: string; }) => void} callback
|
||||
* @param {String} type
|
||||
*/
|
||||
show(callback, type = 'gallery') {
|
||||
this.resetAll();
|
||||
|
||||
|
Reference in New Issue
Block a user