]>
BookStack Code Mirror - bookstack/blobdiff - resources/js/components/editor-toolbox.js
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dropzone: Addressed existing todos, cleaned attachment ux
[bookstack]
/
resources
/
js
/
components
/
editor-toolbox.js
diff --git
a/resources/js/components/editor-toolbox.js
b/resources/js/components/editor-toolbox.js
index 1f1fce9dcacb6978ecd68fe350d7368baabf5faa..4d3c0ae75d22177e0362c21b2b2b7f971e1af2ac 100644
(file)
--- a/
resources/js/components/editor-toolbox.js
+++ b/
resources/js/components/editor-toolbox.js
@@
-13,10
+13,6
@@
export class EditorToolbox extends Component {
// Set the first tab as active on load
this.setActiveTab(this.contentElements[0].dataset.tabContent);
-
- setTimeout(() => {
- this.setActiveTab('files', true);
- }, 500);
}
setupListeners() {