Skip to content

Commit 2c571bd

Browse files
authored
Merge pull request #20 from amk0/master
Disabled selectize preload option
2 parents 9cb7f63 + 244dea1 commit 2c571bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/assets/editors/filefly.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@ JSONEditor.defaults.editors.filefly = JSONEditor.AbstractEditor.extend({
111111
placeholder: 'Select a file...',
112112
maxItems: 1,
113113
plugins: ['remove_button'],
114-
preload: true,
114+
/* DO NOT enable Preload
115+
when enabled it causes item loading issues when triggering multiple move row actions
116+
in a short amount of time
117+
*/
118+
preload: false,
115119
options: [],
116120
create: true,
117121
persist: true,

0 commit comments

Comments
 (0)