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 83d3a10 commit 82cdd1eCopy full SHA for 82cdd1e
src/components/modal/modal.js
@@ -223,7 +223,7 @@ export default Vue.extend({
223
is_transitioning: false, // Used for style control
224
is_show: false, // Used for style control
225
is_block: false, // Used for style control
226
- is_opening: false, // To sginal that modal is in the process of opening
+ is_opening: false, // To signal that the modal is in the process of opening
227
is_closing: false, // To signal that the modal is in the process of closing
228
ignoreBackdropClick: false, // Used to signify if click out listener should ignore the click
229
isModalOverflowing: false,
0 commit comments