mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(tabs): apply design-doc (#16048)
This commit is contained in:
@@ -132,7 +132,6 @@ export class Button implements ComponentInterface {
|
||||
const form = this.el.closest('form');
|
||||
if (form) {
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
|
||||
const fakeButton = document.createElement('button');
|
||||
fakeButton.type = this.type;
|
||||
|
||||
Reference in New Issue
Block a user