Skip to content

Commit f0d732a

Browse files
removed unused imports
1 parent 09959a5 commit f0d732a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import 'bootstrap/dist/css/bootstrap.min.css';
22
import 'bootstrap/dist/js/bootstrap.bundle.min.js';
33
import 'bootstrap-icons/font/bootstrap-icons.css';
44
import * as bootstrap from 'bootstrap';
5-
import Popover from 'bootstrap/js/dist/popover';
6-
import Dropdown from 'bootstrap/js/dist/dropdown';
75
import jsMind from './jsmind/src/jsmind.js';
86
// * Note: this import is important for proper manual node creation / addition
97
import { util } from './jsmind/src/jsmind.util.js';
@@ -186,7 +184,7 @@ function applyTag(selectedNode, iconKey) {
186184
* the selected node.
187185
* @param { object } selectedNode - The node a highlight should be
188186
* applied to / removed from.
189-
* @param { string } highlightKey - The color of the highlight.
187+
* @param { string } highlight - The color of the highlight.
190188
*/
191189
function applyHighlight(selectedNode, highlight) {
192190
selectedNode.data.highlight = selectedNode.data.highlight !== highlight ?

0 commit comments

Comments
 (0)