File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ import 'bootstrap/dist/css/bootstrap.min.css';
22import 'bootstrap/dist/js/bootstrap.bundle.min.js' ;
33import 'bootstrap-icons/font/bootstrap-icons.css' ;
44import * as bootstrap from 'bootstrap' ;
5- import Popover from 'bootstrap/js/dist/popover' ;
6- import Dropdown from 'bootstrap/js/dist/dropdown' ;
75import jsMind from './jsmind/src/jsmind.js' ;
86// * Note: this import is important for proper manual node creation / addition
97import { 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 */
191189function applyHighlight ( selectedNode , highlight ) {
192190 selectedNode . data . highlight = selectedNode . data . highlight !== highlight ?
You can’t perform that action at this time.
0 commit comments