Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed Text object -> ITextObject (fix #262 #109) #352

Merged
merged 4 commits into from
Jun 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into fix/textBugAtItextMode
  • Loading branch information
jinwoo-kim-nhn committed Mar 25, 2020
commit b3f0ab71391459b2bd4461e42dc5bb8129c3c141
5 changes: 2 additions & 3 deletions src/js/component/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
import fabric from 'fabric';
import snippet from 'tui-code-snippet';
import Component from '../interface/component';
import consts from '../consts';

const events = consts.eventNames;
import {eventNames as events, componentNames, fObjectOptions} from '../consts';
import {makeStyleText, Promise} from '../util';

const defaultStyles = {
fill: '#000000',
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.