删除「ActionViewer」类的「OnDragDrop」方法的任务标记
This commit is contained in:
		@@ -749,7 +749,6 @@ namespace Deedy.Activity
 | 
			
		||||
        protected internal DropPlacement _DropPlacement = DropPlacement.UnDragged;      // 用于最终放置逻辑
 | 
			
		||||
        protected override void OnDragOver(DragEventArgs e)
 | 
			
		||||
        {
 | 
			
		||||
            //HACK:这里要考虑父容器的布局方向
 | 
			
		||||
            if (this.IsEventNeedToHandle(e.OriginalSource))
 | 
			
		||||
            {
 | 
			
		||||
                this.RefreshViewerState(true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user