Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 721: Line 721:
  
 
                 const markImages = () => {
 
                 const markImages = () => {
                    console.log(filter.type)
 
 
                     const selectedSources = filter.type.dataSources;
 
                     const selectedSources = filter.type.dataSources;
                     const selectedFunctions = Array.from(filter.type.functions.keys());
+
                     const selectedFunctions = filter.type.functions ? Array.from(filter.type.functions.keys()) : undefined;
  
 
                     // Mark data source images
 
                     // Mark data source images

Revision as of 12:28, 5 December 2022

Development verstion of the DCT List.
Not ready for production!