Skip to content

Commit

Permalink
Merge branch 'master' into broadcast-points
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 19, 2024
2 parents 69f1bad + e96b725 commit 645baea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/bits/src/bits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import flairPickerLoader from './exports/flairPicker';
import { spinnerHtml } from 'common/spinner';
import { wireCropDialog } from './exports/crop';

// avoid node_modules and pay attention to imports here. we don't want to force people
// to download the entire toastui editor library just to do some light form processing.

export function initModule(args: { fn: string } & any): void {
switch (args.fn) {
case 'appeal': return appeal();
Expand Down

0 comments on commit 645baea

Please sign in to comment.