Project

General

Profile

Patch #43208 » 0002-Change-debounce-delay-to-200ms-for-quicker-suggestion-display.patch

Katsuya HIDAKA, 2025-09-16 07:20

View differences:

app/assets/javascripts/application-legacy.js
1282 1282
      };
1283 1283
      xhr.open("GET", url, true);
1284 1284
      xhr.send();
1285
    }, 300);
1285
    }, 200);
1286 1286

  
1287 1287
    const tribute = new Tribute({
1288 1288
      collection: [
(4-4/4)