Commit 92db68ed by Lee Munkyeong

Merge branch 'feature/erase_pen_drawing_on_collaboration_change' into 'develop'

協業切替の時ペン描きを消すように修正

See merge request !145
parents cb937fbf ac2f2322
......@@ -429,6 +429,7 @@ function changeCollaboration(changeCollaborationType) {
}
function initCollaborationUI(changeCollaborationType){
$('#coviewEraserCtrBtn').click();
if ($('.user_btn').hasClass("hide")) {
$('.user_btn').click();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment