File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,6 @@ export class ActionManager extends Subscribe {
618618 private mouseMoveHandler = ( event : MouseEvent ) => {
619619 js_utils_throttle_event (
620620 async ( event : MouseEvent ) : Promise < void > => {
621- console . log ( 'mouseMoveHandler' ) ;
622621 if (
623622 ( event . target as HTMLDivElement ) ?. classList ?. contains (
624623 'moveable-direction'
@@ -671,7 +670,6 @@ export class ActionManager extends Subscribe {
671670 * 在up事件中负责对外通知选中事件,通知画布之外的编辑器更新
672671 */
673672 private mouseUpHandler = ( event : MouseEvent ) : void => {
674- console . log ( 'mouseUpHandler' ) ;
675673 getDocument ( ) . removeEventListener ( 'mouseup' , this . mouseUpHandler ) ;
676674 this . container . addEventListener ( 'mousemove' , this . mouseMoveHandler ) ;
677675 if ( this . isMultiSelectStatus ) {
You can’t perform that action at this time.
0 commit comments