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

기존에 Text입력 모드가 removeActiveObject() 호출 후 초기화 됩니다. #8

Closed
kim-jeongki opened this issue Oct 26, 2016 · 1 comment

Comments

@kim-jeongki
Copy link

No description provided.

@seonim-ryu
Copy link
Member

removeActiveObject() 호출 시 removeObject 이벤트가 발생하며,
이 부분에서 Text 입력 모드를 활성화 시켜주시면 됩니다.

imageEditor.on({
    ...
    removeObject: function(obj) {
        console.log(obj); // 현재 삭제된 오브젝트 객체
    }
    ...
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants