1
0
Fork 0
forked from forgejo/forgejo

move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import (#20679)

This commit is contained in:
wxiaoguang 2022-08-05 18:08:29 +08:00 committed by GitHub
parent ba0a0d31c9
commit 42d9a6a980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 15 deletions

View file

@ -1,6 +1,6 @@
import $ from 'jquery';
import attachTribute from '../tribute.js';
import {handleGlobalEnterQuickSubmit} from '../common-global.js';
import {handleGlobalEnterQuickSubmit} from './QuickSubmit.js';
/**
* @returns {EasyMDE}