Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-2213

DON'T call helium/suggest API for paragraphs executed by spell

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • front-end, helium
    • None

    Description

      In current implementation, if helium is enabled, every rendering will call API for helium application suggestion. It shouldn't.

        const renderResult = function(type, refresh) {
          let activeApp;
          if (enableHelium) {
            getSuggestions();
            getApplicationStates();
            activeApp = _.get($scope.config, 'helium.activeApp');
          }
      

      Attachments

        Activity

          People

            1ambda Hoon Park
            1ambda Hoon Park
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: