Skip to content

Commit

Permalink
Merge pull request #115 from Next2D/develop
Browse files Browse the repository at this point in the history
Playerの仕様変更に合わせて実装を改修
  • Loading branch information
ienaga authored Aug 30, 2023
2 parents cbc83c9 + d7e0ee9 commit d21df56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@next2d/framework",
"description": "It is a framework dedicated to Next2D that enables scene management by URL (SPA), which has been difficult with conventional Canvas/WebGL applications, and simplifies readability and shareability by fixing the development pattern (MVVM).",
"version": "1.6.1",
"version": "1.6.2",
"homepage": "https://next2d.app",
"bugs": "https://github.com/Next2D/Framework/issues/new",
"author": "Toshiyuki Ienaga <[email protected]> (https://github.com/ienaga/)",
Expand Down
2 changes: 1 addition & 1 deletion src/application/content/TextFieldContent.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TextField } from "@next2d/text";
import { TextField } from "@next2d/display";
import { ContentBuilder } from "./ContentBuilder";

/**
Expand Down

0 comments on commit d21df56

Please sign in to comment.