File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
packages/plugin-twoslash/src Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ export function pluginTwoslash(options?: PluginTwoslashOptions): RspressPlugin {
121121 type : 'element' ,
122122 tagName : 'twoslash-popup-container' ,
123123 properties : {
124- class : 'twoslash-popup-container' ,
124+ class : 'twoslash-popup-container rp-copy-ignore ' ,
125125 'data-always' : 'true' ,
126126 } ,
127127 children : [
@@ -148,6 +148,9 @@ export function pluginTwoslash(options?: PluginTwoslashOptions): RspressPlugin {
148148 } ,
149149 hoverPopup : {
150150 tagName : 'twoslash-popup-container' ,
151+ properties : {
152+ class : 'twoslash-popup-container rp-copy-ignore' ,
153+ } ,
151154 children : elements => [
152155 {
153156 type : 'element' ,
@@ -172,6 +175,7 @@ export function pluginTwoslash(options?: PluginTwoslashOptions): RspressPlugin {
172175 queryPopup : {
173176 tagName : 'twoslash-popup-container' ,
174177 properties : {
178+ class : 'twoslash-popup-container rp-copy-ignore' ,
175179 'data-always' : 'true' ,
176180 } ,
177181 children : elements => [
You can’t perform that action at this time.
0 commit comments