mirror of
https://github.com/igorski/bitmappery.git
synced 2026-07-15 11:28:55 +02:00
Temporarily remove image loading from file menu as interface needs to be aligned
This commit is contained in:
@@ -162,7 +162,8 @@ export default {
|
||||
actions: {
|
||||
async loadDocument({ commit }, file = null ) {
|
||||
if ( !file ) {
|
||||
const fileList = await selectFile( `${PROJECT_FILE_EXTENSION},${ACCEPTED_FILE_TYPES.join( "," )}`, false );
|
||||
const fileList = await selectFile( PROJECT_FILE_EXTENSION, false );
|
||||
// const fileList = await selectFile( `${PROJECT_FILE_EXTENSION},${ACCEPTED_FILE_TYPES.join( "," )}`, false );
|
||||
if ( !fileList?.length ) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user