forked from forgejo/forgejo
move handleGlobalEnterQuickSubmit into a separate file to avoid cycle-import (#20679)
This commit is contained in:
parent
ba0a0d31c9
commit
42d9a6a980
3 changed files with 17 additions and 15 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue