@ -681,6 +681,9 @@ bool UBBoardView::itemShouldBeMoved(QGraphicsItem *item)
case UBGraphicsStrokesGroup::Type:
return false;
case UBGraphicsTextItem::Type:
if (currentTool == UBStylusTool::Play)
return true;
else
return !item->isSelected();
}