Skip to content

Commit

Permalink
tooltip.custom is not scriptable
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Feb 6, 2021
1 parent 524d146 commit d74dce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/plugin.tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ export default {
},

descriptors: {
_scriptable: (name) => name !== 'filter' && name !== 'itemSort',
_scriptable: (name) => name !== 'filter' && name !== 'itemSort' && name !== 'custom',
_indexable: false,
callbacks: {
_scriptable: false,
Expand Down

0 comments on commit d74dce4

Please sign in to comment.