1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

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
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}