Browse Source

Merge pull request #29 from ruslan-gennadievich/master

rename file for fix case of letters (important for linux)
master
Eduard Kuzmenko 3 years ago committed by GitHub
parent
commit
1ea1433d83
  1. 2
      src/components/chat/autocompleteHelper.ts
  2. 0
      src/lib/appManagers/appInlineBotsManager.ts

2
src/components/chat/autocompleteHelper.ts

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
* https://github.com/morethanwords/tweb/blob/master/LICENSE
*/
import attachListNavigation from "../../helpers/dom/attachlistNavigation";
import attachListNavigation from "../../helpers/dom/attachListNavigation";
import EventListenerBase from "../../helpers/eventListenerBase";
import { safeAssign } from "../../helpers/object";
import { isMobile } from "../../helpers/userAgent";

0
src/lib/appManagers/AppInlineBotsManager.ts → src/lib/appManagers/appInlineBotsManager.ts

Loading…
Cancel
Save