Skip to content

Commit 1a1f174

Browse files
committed
fix(resize): Prevent user selection on drag
1 parent c031a8e commit 1a1f174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/resize-container/resize-container.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export default class IgcResizeContainerComponent extends EventEmitterMixin<
139139
}
140140

141141
private _handleResizeStart(params: ResizeCallbackParams): void {
142+
params.event.preventDefault();
142143
this.emitEvent('igcResizeStart', { bubbles: false, detail: params });
143144
}
144145

0 commit comments

Comments
 (0)