We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d314cbd commit 520c5f8Copy full SHA for 520c5f8
projects/angular-split/src/lib/split/split.component.ts
@@ -254,13 +254,13 @@ export class SplitComponent {
254
areaBeforeGutterIndex: number,
255
areaAfterGutterIndex: number,
256
) {
257
+ e.preventDefault()
258
+ e.stopPropagation()
259
+
260
if (this.disabled()) {
261
return
262
}
263
- e.preventDefault()
- e.stopPropagation()
-
264
this.gutterMouseDownSubject.next({
265
mouseDownEvent: e,
266
gutterElement,
0 commit comments