Fix modal text being selected when open it with double click, close #11777

This commit is contained in:
afc163 2018-08-17 19:13:42 +08:00
parent 45ac4872b2
commit ec6d88f407

View File

@ -111,6 +111,7 @@
animation-duration: @animation-duration-slow;
transform: none; // reset scale avoid mousePosition bug
opacity: 0;
user-select: none; // https://github.com/ant-design/ant-design/issues/11777
}
&-mask {