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 a759d7c commit a4602eaCopy full SHA for a4602ea
src/plugin/VInlineTextField.vue
@@ -216,7 +216,6 @@ function closeField() {
216
217
// ------------------------------------------------ Toggle the field //
218
function toggleField() {
219
- console.log('settings.loadingWait', settings.loadingWait);
220
if (settings.disabled || (settings.loadingWait && props.loading)) {
221
return;
222
}
0 commit comments